Uses of Interface
jakarta.jms.TopicPublisher
Packages that use TopicPublisher
Package
Description
-
Uses of TopicPublisher in jakarta.jms
Methods in jakarta.jms that return TopicPublisherModifier and TypeMethodDescriptionTopicSession.createPublisher(Topic topic) Creates a publisher for the specified topic. -
Uses of TopicPublisher in org.apache.activemq.artemis.jms.client
Classes in org.apache.activemq.artemis.jms.client that implement TopicPublisherModifier and TypeClassDescriptionclassActiveMQ Artemis implementation of a JMS MessageProducer.Methods in org.apache.activemq.artemis.jms.client that return TopicPublisherModifier and TypeMethodDescriptionActiveMQSession.createPublisher(Topic topic) Creates a publisher for the specified topic. -
Uses of TopicPublisher in org.apache.activemq.artemis.ra
Classes in org.apache.activemq.artemis.ra that implement TopicPublisherMethods in org.apache.activemq.artemis.ra that return TopicPublisherModifier and TypeMethodDescriptionActiveMQRASession.createPublisher(Topic topic) Creates a publisher for the specified topic.Constructors in org.apache.activemq.artemis.ra with parameters of type TopicPublisherModifierConstructorDescriptionActiveMQRATopicPublisher(TopicPublisher producer, ActiveMQRASession session)