Uses of Class
org.apache.activemq.command.MessageDispatch
-
Packages that use MessageDispatch Package Description org.apache.activemq The core JMS client API implementation classes.org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodesorg.apache.activemq.state -
-
Uses of MessageDispatch in org.apache.activemq
Fields in org.apache.activemq with type parameters of type MessageDispatch Modifier and Type Field Description protected LinkedList<MessageDispatch>ActiveMQMessageConsumer. deliveredMessagesMethods in org.apache.activemq that return MessageDispatch Modifier and Type Method Description MessageDispatchFifoMessageDispatchChannel. dequeue(long timeout)MessageDispatchMessageDispatchChannel. dequeue(long timeout)Used to get an enqueued message.MessageDispatchSimplePriorityMessageDispatchChannel. dequeue(long timeout)MessageDispatchFifoMessageDispatchChannel. dequeueNoWait()MessageDispatchMessageDispatchChannel. dequeueNoWait()MessageDispatchSimplePriorityMessageDispatchChannel. dequeueNoWait()MessageDispatchFifoMessageDispatchChannel. peek()MessageDispatchMessageDispatchChannel. peek()MessageDispatchSimplePriorityMessageDispatchChannel. peek()Methods in org.apache.activemq that return types with arguments of type MessageDispatch Modifier and Type Method Description protected LinkedList<MessageDispatch>SimplePriorityMessageDispatchChannel. getList(MessageDispatch md)List<MessageDispatch>ActiveMQSession. getUnconsumedMessages()List<MessageDispatch>FifoMessageDispatchChannel. removeAll()List<MessageDispatch>MessageDispatchChannel. removeAll()List<MessageDispatch>SimplePriorityMessageDispatchChannel. removeAll()Methods in org.apache.activemq with parameters of type MessageDispatch Modifier and Type Method Description voidActiveMQConnectionConsumer. dispatch(MessageDispatch messageDispatch)voidActiveMQDispatcher. dispatch(MessageDispatch messageDispatch)voidActiveMQMessageConsumer. dispatch(MessageDispatch md)voidActiveMQSession. dispatch(MessageDispatch messageDispatch)voidAdvisoryConsumer. dispatch(MessageDispatch md)voidFifoMessageDispatchChannel. enqueue(MessageDispatch message)voidMessageDispatchChannel. enqueue(MessageDispatch message)voidSimplePriorityMessageDispatchChannel. enqueue(MessageDispatch message)voidFifoMessageDispatchChannel. enqueueFirst(MessageDispatch message)voidMessageDispatchChannel. enqueueFirst(MessageDispatch message)voidSimplePriorityMessageDispatchChannel. enqueueFirst(MessageDispatch message)protected LinkedList<MessageDispatch>SimplePriorityMessageDispatchChannel. getList(MessageDispatch md)protected intSimplePriorityMessageDispatchChannel. getPriority(MessageDispatch message) -
Uses of MessageDispatch in org.apache.activemq.command
Constructors in org.apache.activemq.command with parameters of type MessageDispatch Constructor Description MessageAck(MessageDispatch md, byte ackType, int messageCount) -
Uses of MessageDispatch in org.apache.activemq.state
Methods in org.apache.activemq.state with parameters of type MessageDispatch Modifier and Type Method Description ResponseCommandVisitor. processMessageDispatch(MessageDispatch dispatch)ResponseCommandVisitorAdapter. processMessageDispatch(MessageDispatch dispatch)
-