Uses of Interface
org.apache.activemq.ActiveMQDispatcher
Packages that use ActiveMQDispatcher
-
Uses of ActiveMQDispatcher in org.apache.activemq
Classes in org.apache.activemq that implement ActiveMQDispatcherModifier and TypeClassDescriptionclassFor application servers,Connectionobjects provide a special facility for creating aConnectionConsumer(optional).classA client uses aMessageConsumerobject to receive messages from a destination.classA client uses aQueueReceiverobject to receive messages that have been delivered to a queue.classASessionobject is a single-threaded context for producing and consuming messages.classA client uses aTopicSubscriberobject to receive messages that have been published to a topic.classThe XASession interface extends the capability of Session by adding access to a JMS provider's support for the Java Transaction API (JTA) (optional).classMethods in org.apache.activemq with parameters of type ActiveMQDispatcherModifier and TypeMethodDescriptionvoidActiveMQConnection.addDispatcher(ConsumerId consumerId, ActiveMQDispatcher dispatcher) protected booleanActiveMQConnection.isDuplicate(ActiveMQDispatcher dispatcher, Message message) voidActiveMQSession.redispatch(ActiveMQDispatcher dispatcher, MessageDispatchChannel unconsumedMessages) protected voidActiveMQConnection.removeDispatcher(ActiveMQDispatcher dispatcher) protected voidActiveMQConnection.rollbackDuplicate(ActiveMQDispatcher dispatcher, Message message)