Uses of Interface
jakarta.jms.Topic
Packages that use Topic
Package
Description
-
Uses of Topic in jakarta.jms
Subinterfaces of Topic in jakarta.jmsModifier and TypeInterfaceDescriptioninterfaceATemporaryTopicobject is a uniqueTopicobject created for the duration of aConnection.Methods in jakarta.jms that return TopicModifier and TypeMethodDescriptionJMSContext.createTopic(String topicName) Creates aTopicobject which encapsulates a specified provider-specific topic name.Session.createTopic(String topicName) Creates aTopicobject which encapsulates a specified provider-specific topic name.TopicSession.createTopic(String topicName) Creates a topic identity given aTopicname.TopicPublisher.getTopic()Gets the topic associated with thisTopicPublisher.TopicSubscriber.getTopic()Gets theTopicassociated with this subscriber.Methods in jakarta.jms with parameters of type TopicModifier and TypeMethodDescriptionTopicConnection.createConnectionConsumer(Topic topic, String messageSelector, ServerSessionPool sessionPool, int maxMessages) Creates a connection consumer for this connection (optional operation).Connection.createDurableConnectionConsumer(Topic topic, String subscriptionName, String messageSelector, ServerSessionPool sessionPool, int maxMessages) Creates a connection consumer for this connection (optional operation) on the specific topic using an unshared durable subscription with the specified name.TopicConnection.createDurableConnectionConsumer(Topic topic, String subscriptionName, String messageSelector, ServerSessionPool sessionPool, int maxMessages) Create a durable connection consumer for this connection (optional operation).JMSContext.createDurableConsumer(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.JMSContext.createDurableConsumer(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.Session.createDurableConsumer(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.createDurableConsumer(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.Session.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.createPublisher(Topic topic) Creates a publisher for the specified topic.Connection.createSharedConnectionConsumer(Topic topic, String subscriptionName, String messageSelector, ServerSessionPool sessionPool, int maxMessages) Creates a connection consumer for this connection (optional operation) on the specific topic using a shared non-durable subscription with the specified name.JMSContext.createSharedConsumer(Topic topic, String sharedSubscriptionName) Creates a shared non-durable subscription with the specified name on the specified topic (if one does not already exist) and creates a consumer on that subscription.JMSContext.createSharedConsumer(Topic topic, String sharedSubscriptionName, String messageSelector) Creates a shared non-durable subscription with the specified name on the specified topic (if one does not already exist) specifying a message selector, and creates a consumer on that subscription.Session.createSharedConsumer(Topic topic, String sharedSubscriptionName) Creates a shared non-durable subscription with the specified name on the specified topic (if one does not already exist) and creates a consumer on that subscription.Session.createSharedConsumer(Topic topic, String sharedSubscriptionName, String messageSelector) Creates a shared non-durable subscription with the specified name on the specified topic (if one does not already exist) specifying a message selector, and creates a consumer on that subscription.Connection.createSharedDurableConnectionConsumer(Topic topic, String subscriptionName, String messageSelector, ServerSessionPool sessionPool, int maxMessages) Creates a connection consumer for this connection (optional operation) on the specific topic using a shared durable subscription with the specified name.JMSContext.createSharedDurableConsumer(Topic topic, String name) Creates a shared durable subscription on the specified topic (if one does not already exist), specifying a message selector, and creates a consumer on that durable subscription.JMSContext.createSharedDurableConsumer(Topic topic, String name, String messageSelector) Creates a shared durable subscription on the specified topic (if one does not already exist), specifying a message selector, and creates a consumer on that durable subscription.Session.createSharedDurableConsumer(Topic topic, String name) Creates a shared 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.Session.createSharedDurableConsumer(Topic topic, String name, String messageSelector) Creates a shared durable subscription on the specified topic (if one does not already exist), specifying a message selector, 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.voidPublishes a message to a topic for an unidentified message producer.voidTopicPublisher.publish(Topic topic, Message message, int deliveryMode, int priority, long timeToLive) Publishes a message to a topic for an unidentified message producer, specifying delivery mode, priority and time to live.Constructors in jakarta.jms with parameters of type TopicModifierConstructorDescriptionTopicRequestor(TopicSession session, Topic topic) Constructor for theTopicRequestorclass. -
Uses of Topic in org.apache.activemq.artemis.api.jms
Methods in org.apache.activemq.artemis.api.jms that return TopicModifier and TypeMethodDescriptionstatic TopicActiveMQJMSClient.createTopic(String name) Deprecated. -
Uses of Topic in org.apache.activemq.artemis.jms.client
Classes in org.apache.activemq.artemis.jms.client that implement TopicModifier and TypeClassDescriptionclassclassActiveMQ Artemis implementation of a JMS Topic.Methods in org.apache.activemq.artemis.jms.client that return TopicModifier and TypeMethodDescriptionActiveMQJMSContext.createTopic(String topicName) ActiveMQSession.createTopic(String topicName) Creates aTopicobject which encapsulates a specified provider-specific topic name.ActiveMQMessageConsumer.getTopic()ActiveMQMessageProducer.getTopic()protected TopicActiveMQSession.internalCreateTopic(String topicName, boolean retry) Methods in org.apache.activemq.artemis.jms.client with parameters of type TopicModifier and TypeMethodDescriptionActiveMQConnection.createConnectionConsumer(Topic topic, String messageSelector, ServerSessionPool sessionPool, int maxMessages) ActiveMQConnection.createDurableConnectionConsumer(Topic topic, String subscriptionName, String messageSelector, ServerSessionPool sessionPool, int maxMessages) ActiveMQJMSContext.createDurableConsumer(Topic topic, String name) ActiveMQJMSContext.createDurableConsumer(Topic topic, String name, String messageSelector, boolean noLocal) ActiveMQSession.createDurableConsumer(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.createDurableConsumer(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.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.createPublisher(Topic topic) Creates a publisher for the specified topic.ActiveMQConnection.createSharedConnectionConsumer(Topic topic, String subscriptionName, String messageSelector, ServerSessionPool sessionPool, int maxMessages) ActiveMQJMSContext.createSharedConsumer(Topic topic, String sharedSubscriptionName) ActiveMQJMSContext.createSharedConsumer(Topic topic, String sharedSubscriptionName, String messageSelector) ActiveMQSession.createSharedConsumer(Topic topic, String sharedSubscriptionName) Creates a shared non-durable subscription with the specified name on the specified topic (if one does not already exist) and creates a consumer on that subscription.ActiveMQSession.createSharedConsumer(Topic topic, String name, String messageSelector) Creates a shared non-durable subscription with the specified name on the specified topic (if one does not already exist) specifying a message selector, and creates a consumer on that subscription.ActiveMQConnection.createSharedDurableConnectionConsumer(Topic topic, String subscriptionName, String messageSelector, ServerSessionPool sessionPool, int maxMessages) ActiveMQJMSContext.createSharedDurableConsumer(Topic topic, String name) ActiveMQJMSContext.createSharedDurableConsumer(Topic topic, String name, String messageSelector) ActiveMQSession.createSharedDurableConsumer(Topic topic, String name) Creates a shared 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.createSharedDurableConsumer(Topic topic, String name, String messageSelector) Creates a shared durable subscription on the specified topic (if one does not already exist), specifying a message selector, 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.voidvoidActiveMQMessageProducer.publish(Topic topic, Message message, int deliveryMode, int priority, long timeToLive) -
Uses of Topic in org.apache.activemq.artemis.jndi
Methods in org.apache.activemq.artemis.jndi that return TopicModifier and TypeMethodDescriptionprotected TopicActiveMQInitialContextFactory.createTopic(String name) Factory method to create new Topic instances -
Uses of Topic in org.apache.activemq.artemis.ra
Methods in org.apache.activemq.artemis.ra that return TopicModifier and TypeMethodDescriptionActiveMQRASession.createTopic(String topicName) Creates aTopicobject which encapsulates a specified provider-specific topic name.ActiveMQRATopicPublisher.getTopic()Gets the topic associated with thisTopicPublisher.ActiveMQRATopicSubscriber.getTopic()Gets theTopicassociated with this subscriber.Methods in org.apache.activemq.artemis.ra with parameters of type TopicModifier and TypeMethodDescriptionActiveMQRASessionFactoryImpl.createConnectionConsumer(Topic topic, String messageSelector, ServerSessionPool sessionPool, int maxMessages) Creates a connection consumer for this connection (optional operation).ActiveMQRASessionFactoryImpl.createDurableConnectionConsumer(Topic topic, String subscriptionName, String messageSelector, ServerSessionPool sessionPool, int maxMessages) Creates a connection consumer for this connection (optional operation) on the specific topic using an unshared durable subscription with the specified name.ActiveMQRASession.createDurableConsumer(Topic topic, String name) ActiveMQRASession.createDurableConsumer(Topic topic, String name, String messageSelector, boolean noLocal) ActiveMQRASession.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.createPublisher(Topic topic) Creates a publisher for the specified topic.ActiveMQRASessionFactoryImpl.createSharedConnectionConsumer(Topic topic, String subscriptionName, String messageSelector, ServerSessionPool sessionPool, int maxMessages) ActiveMQRASession.createSharedConsumer(Topic topic, String sharedSubscriptionName) ActiveMQRASession.createSharedConsumer(Topic topic, String sharedSubscriptionName, String messageSelector) ActiveMQRASessionFactoryImpl.createSharedDurableConnectionConsumer(Topic topic, String subscriptionName, String messageSelector, ServerSessionPool sessionPool, int maxMessages) ActiveMQRASession.createSharedDurableConsumer(Topic topic, String name) ActiveMQRASession.createSharedDurableConsumer(Topic topic, String name, String messageSelector) 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.voidPublishes a message to a topic for an unidentified message producer.voidActiveMQRATopicPublisher.publish(Topic destination, Message message, int deliveryMode, int priority, long timeToLive) Publishes a message to a topic for an unidentified message producer, specifying delivery mode, priority and time to live. -
Uses of Topic in org.wildfly.extension.messaging.activemq.jms
Methods in org.wildfly.extension.messaging.activemq.jms that return Topic