Uses of Interface
javax.jms.TopicPublisher
-
-
Uses of TopicPublisher in javax.jms
Fields in javax.jms declared as TopicPublisher Modifier and Type Field Description private TopicPublisher
TopicRequestor. requestPublisher
Methods in javax.jms that return TopicPublisher Modifier and Type Method Description TopicPublisher
TopicSession. createPublisher(Topic topic)
Creates a publisher for the specified topic.
-