|
Message Queue, v4.4 API Specification | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TopicSubscriber | |
---|---|
javax.jms | The Java Message Service (JMS) API provides a common way for Java programs to create, send, receive and read an enterprise messaging system's messages. |
Uses of TopicSubscriber in javax.jms |
---|
Methods in javax.jms that return TopicSubscriber | |
---|---|
TopicSubscriber |
TopicSession.createDurableSubscriber(Topic topic,
java.lang.String name)
Creates a durable subscriber to the specified topic. |
TopicSubscriber |
Session.createDurableSubscriber(Topic topic,
java.lang.String name)
Creates a durable subscriber to the specified topic. |
TopicSubscriber |
TopicSession.createDurableSubscriber(Topic topic,
java.lang.String name,
java.lang.String messageSelector,
boolean noLocal)
Creates a durable subscriber to the specified topic, using a message selector or specifying whether messages published by its own connection should be delivered to it. |
TopicSubscriber |
Session.createDurableSubscriber(Topic topic,
java.lang.String name,
java.lang.String messageSelector,
boolean noLocal)
Creates a durable subscriber to the specified topic, using a message selector and specifying whether messages published by its own connection should be delivered to it. |
TopicSubscriber |
TopicSession.createSubscriber(Topic topic)
Creates a nondurable subscriber to the specified topic. |
TopicSubscriber |
TopicSession.createSubscriber(Topic topic,
java.lang.String messageSelector,
boolean noLocal)
Creates a nondurable subscriber to the specified topic, using a message selector or specifying whether messages published by its own connection should be delivered to it. |
|
Message Queue, v4.4 API Specification | |||||||||
PREV NEXT | FRAMES NO FRAMES |