Uses of Interface
jakarta.jms.TopicSubscriber
Packages that use TopicSubscriber
Package
Description
-
Uses of TopicSubscriber in jakarta.jms
Methods in jakarta.jms that return TopicSubscriberModifier and TypeMethodDescriptionSession.createDurableSubscriber(Topic topic, String name) Creates an unshared durable subscription on the specified topic (if one does not already exist) and creates a consumer on that durable subscription.Session.createDurableSubscriber(Topic topic, String name, String messageSelector, boolean noLocal) Creates an unshared durable subscription on the specified topic (if one does not already exist), specifying a message selector and thenoLocalparameter, and creates a consumer on that durable subscription.TopicSession.createDurableSubscriber(Topic topic, String name) Creates an unshared durable subscription on the specified topic (if one does not already exist) and creates a consumer on that durable subscription.TopicSession.createDurableSubscriber(Topic topic, String name, String messageSelector, boolean noLocal) Creates an unshared durable subscription on the specified topic (if one does not already exist), specifying a message selector and thenoLocalparameter, and creates a consumer on that durable subscription.TopicSession.createSubscriber(Topic topic) Creates a nondurable subscriber to the specified topic.TopicSession.createSubscriber(Topic topic, 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. -
Uses of TopicSubscriber in org.apache.activemq.artemis.jms.client
Classes in org.apache.activemq.artemis.jms.client that implement TopicSubscriberModifier and TypeClassDescriptionfinal classActiveMQ Artemis implementation of a JMS MessageConsumer.Methods in org.apache.activemq.artemis.jms.client that return TopicSubscriberModifier and TypeMethodDescriptionActiveMQSession.createDurableSubscriber(Topic topic, String name) Creates an unshared durable subscription on the specified topic (if one does not already exist) and creates a consumer on that durable subscription.ActiveMQSession.createDurableSubscriber(Topic topic, String name, String messageSelector, boolean noLocal) Creates an unshared durable subscription on the specified topic (if one does not already exist), specifying a message selector and thenoLocalparameter, and creates a consumer on that durable subscription.ActiveMQSession.createSubscriber(Topic topic) Creates a nondurable subscriber to the specified topic.ActiveMQSession.createSubscriber(Topic topic, 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. -
Uses of TopicSubscriber in org.apache.activemq.artemis.ra
Classes in org.apache.activemq.artemis.ra that implement TopicSubscriberMethods in org.apache.activemq.artemis.ra that return TopicSubscriberModifier and TypeMethodDescriptionActiveMQRASession.createDurableSubscriber(Topic topic, String name) Creates an unshared durable subscription on the specified topic (if one does not already exist) and creates a consumer on that durable subscription.ActiveMQRASession.createDurableSubscriber(Topic topic, String name, String messageSelector, boolean noLocal) Creates an unshared durable subscription on the specified topic (if one does not already exist), specifying a message selector and thenoLocalparameter, and creates a consumer on that durable subscription.ActiveMQRASession.createSubscriber(Topic topic) Creates a nondurable subscriber to the specified topic.ActiveMQRASession.createSubscriber(Topic topic, 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.Constructors in org.apache.activemq.artemis.ra with parameters of type TopicSubscriberModifierConstructorDescriptionActiveMQRATopicSubscriber(TopicSubscriber consumer, ActiveMQRASession session)