Uses of Interface
org.apache.activemq.ActiveMQDispatcher
-
Packages that use ActiveMQDispatcher Package Description org.apache.activemq The core JMS client API implementation classes. -
-
Uses of ActiveMQDispatcher in org.apache.activemq
Classes in org.apache.activemq that implement ActiveMQDispatcher Modifier and Type Class Description classActiveMQConnectionConsumerFor application servers,Connectionobjects provide a special facility for creating aConnectionConsumer(optional).classActiveMQMessageConsumerA client uses aMessageConsumerobject to receive messages from a destination.classActiveMQQueueReceiverA client uses aQueueReceiverobject to receive messages that have been delivered to a queue.classActiveMQSessionASessionobject is a single-threaded context for producing and consuming messages.classActiveMQTopicSubscriberA client uses aTopicSubscriberobject to receive messages that have been published to a topic.classActiveMQXASessionThe XASession interface extends the capability of Session by adding access to a JMS provider's support for the Java Transaction API (JTA) (optional).classAdvisoryConsumerMethods in org.apache.activemq with parameters of type ActiveMQDispatcher Modifier and Type Method Description voidActiveMQConnection. 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)
-