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 class
ActiveMQConnectionConsumer
For application servers,Connection
objects provide a special facility for creating aConnectionConsumer
(optional).class
ActiveMQMessageConsumer
A client uses aMessageConsumer
object to receive messages from a destination.class
ActiveMQQueueReceiver
A client uses aQueueReceiver
object to receive messages that have been delivered to a queue.class
ActiveMQSession
ASession
object is a single-threaded context for producing and consuming messages.class
ActiveMQTopicSubscriber
A client uses aTopicSubscriber
object to receive messages that have been published to a topic.class
ActiveMQXASession
The XASession interface extends the capability of Session by adding access to a JMS provider's support for the Java Transaction API (JTA) (optional).class
AdvisoryConsumer
Methods in org.apache.activemq with parameters of type ActiveMQDispatcher Modifier and Type Method Description void
ActiveMQConnection. addDispatcher(ConsumerId consumerId, ActiveMQDispatcher dispatcher)
protected boolean
ActiveMQConnection. isDuplicate(ActiveMQDispatcher dispatcher, Message message)
void
ActiveMQSession. redispatch(ActiveMQDispatcher dispatcher, MessageDispatchChannel unconsumedMessages)
protected void
ActiveMQConnection. removeDispatcher(ActiveMQDispatcher dispatcher)
protected void
ActiveMQConnection. rollbackDuplicate(ActiveMQDispatcher dispatcher, Message message)
-