Uses of Interface
org.apache.qpid.jms.JmsMessageDispatcher
-
Packages that use JmsMessageDispatcher Package Description org.apache.qpid.jms The core AMQP JMS client implementation classes.org.apache.qpid.jms.meta -
-
Uses of JmsMessageDispatcher in org.apache.qpid.jms
Classes in org.apache.qpid.jms that implement JmsMessageDispatcher Modifier and Type Class Description classJmsConnectionConsumerJMS Connection Consumer implementation.classJmsDurableTopicSubscriberImplementation of a TopicSubscriber that is DurableclassJmsMessageConsumerimplementation of a JMS Message ConsumerclassJmsQueueReceiverImplementation of a JMS QueueReceiverclassJmsQueueSessionJMS QueueSession implementationclassJmsSessionJMS Session implementationclassJmsSharedDurableMessageConsumerImplementation of a JmsMessageConsumer that is part of a Shared Durable SubscriptionclassJmsSharedMessageConsumerImplementation of a JmsMessageConsumer that is part of a Shared SubscriptionclassJmsTopicSessionImplementation of a TopicSessionclassJmsTopicSubscriberImplementation of a TopicSubscriber -
Uses of JmsMessageDispatcher in org.apache.qpid.jms.meta
Methods in org.apache.qpid.jms.meta that return JmsMessageDispatcher Modifier and Type Method Description JmsMessageDispatcherJmsConsumerInfo. getDispatcher()Constructors in org.apache.qpid.jms.meta with parameters of type JmsMessageDispatcher Constructor Description JmsConsumerInfo(JmsConsumerId consumerId, JmsMessageDispatcher dispatcher)
-