javax.jms

Interface TopicConnection

public interface TopicConnection extends Connection

Method Summary
ConnectionConsumercreateConnectionConsumer(Topic topic, String messageSelector, ServerSessionPool sessionPool, int maxMessages)
ConnectionConsumercreateDurableConnectionConsumer(Topic topic, String subscriptionName, String messageSelector, ServerSessionPool sessionPool, int maxMessages)
TopicSessioncreateTopicSession(boolean transacted, int acknowledgeMode)

Method Detail

createConnectionConsumer

public ConnectionConsumer createConnectionConsumer(Topic topic, String messageSelector, ServerSessionPool sessionPool, int maxMessages)

createDurableConnectionConsumer

public ConnectionConsumer createDurableConnectionConsumer(Topic topic, String subscriptionName, String messageSelector, ServerSessionPool sessionPool, int maxMessages)

createTopicSession

public TopicSession createTopicSession(boolean transacted, int acknowledgeMode)