Uses of Interface
org.apache.activemq.broker.region.QueueMessageReference
-
Packages that use QueueMessageReference Package Description org.apache.activemq.broker.region Region abstraction and implementations in the Broker. -
-
Uses of QueueMessageReference in org.apache.activemq.broker.region
Classes in org.apache.activemq.broker.region that implement QueueMessageReference Modifier and Type Class Description classIndirectMessageReferenceKeeps track of a message that is flowing through the Broker.classNullMessageReferenceUsed by theNULL_MESSAGEFields in org.apache.activemq.broker.region declared as QueueMessageReference Modifier and Type Field Description static QueueMessageReferenceQueueMessageReference. NULL_MESSAGEMethods in org.apache.activemq.broker.region that return QueueMessageReference Modifier and Type Method Description QueueMessageReferenceQueue. getMessage(String id)Methods in org.apache.activemq.broker.region with parameters of type QueueMessageReference Modifier and Type Method Description protected booleanQueue. assignMessageGroup(Subscription subscription, QueueMessageReference node)booleanQueue. moveMessageTo(ConnectionContext context, QueueMessageReference m, ActiveMQDestination dest)Move a messageprotected voidQueue. removeMessage(ConnectionContext c, QueueMessageReference r)protected voidQueue. removeMessage(ConnectionContext c, Subscription subs, QueueMessageReference r)protected voidQueue. removeMessage(ConnectionContext context, Subscription sub, QueueMessageReference reference, MessageAck ack)
-