Uses of Class
org.apache.activemq.command.MessageDispatch
Packages that use MessageDispatch
Package
Description
The core JMS client API implementation classes.
Command objects used via the Command Pattern to communicate among nodes
-
Uses of MessageDispatch in org.apache.activemq
Fields in org.apache.activemq with type parameters of type MessageDispatchModifier and TypeFieldDescriptionprotected final LinkedList<MessageDispatch>
ActiveMQMessageConsumer.deliveredMessages
Methods in org.apache.activemq that return MessageDispatchModifier and TypeMethodDescriptionFifoMessageDispatchChannel.dequeue
(long timeout) MessageDispatchChannel.dequeue
(long timeout) Used to get an enqueued message.SimplePriorityMessageDispatchChannel.dequeue
(long timeout) FifoMessageDispatchChannel.dequeueNoWait()
MessageDispatchChannel.dequeueNoWait()
SimplePriorityMessageDispatchChannel.dequeueNoWait()
FifoMessageDispatchChannel.peek()
MessageDispatchChannel.peek()
SimplePriorityMessageDispatchChannel.peek()
Methods in org.apache.activemq that return types with arguments of type MessageDispatchModifier and TypeMethodDescriptionprotected LinkedList<MessageDispatch>
SimplePriorityMessageDispatchChannel.getList
(MessageDispatch md) ActiveMQSession.getUnconsumedMessages()
FifoMessageDispatchChannel.removeAll()
MessageDispatchChannel.removeAll()
SimplePriorityMessageDispatchChannel.removeAll()
Methods in org.apache.activemq with parameters of type MessageDispatchModifier and TypeMethodDescriptionvoid
ActiveMQConnectionConsumer.dispatch
(MessageDispatch messageDispatch) void
ActiveMQDispatcher.dispatch
(MessageDispatch messageDispatch) void
ActiveMQMessageConsumer.dispatch
(MessageDispatch md) void
ActiveMQSession.dispatch
(MessageDispatch messageDispatch) void
AdvisoryConsumer.dispatch
(MessageDispatch md) void
FifoMessageDispatchChannel.enqueue
(MessageDispatch message) void
MessageDispatchChannel.enqueue
(MessageDispatch message) void
SimplePriorityMessageDispatchChannel.enqueue
(MessageDispatch message) void
FifoMessageDispatchChannel.enqueueFirst
(MessageDispatch message) void
MessageDispatchChannel.enqueueFirst
(MessageDispatch message) void
SimplePriorityMessageDispatchChannel.enqueueFirst
(MessageDispatch message) protected LinkedList<MessageDispatch>
SimplePriorityMessageDispatchChannel.getList
(MessageDispatch md) protected int
SimplePriorityMessageDispatchChannel.getPriority
(MessageDispatch message) -
Uses of MessageDispatch in org.apache.activemq.command
Constructors in org.apache.activemq.command with parameters of type MessageDispatch -
Uses of MessageDispatch in org.apache.activemq.state
Methods in org.apache.activemq.state with parameters of type MessageDispatchModifier and TypeMethodDescriptionCommandVisitor.processMessageDispatch
(MessageDispatch dispatch) CommandVisitorAdapter.processMessageDispatch
(MessageDispatch dispatch)