Uses of Interface
org.apache.activemq.broker.region.MessageReference
Packages that use MessageReference
Package
Description
The core JMS client API implementation classes.
Command objects used via the Command Pattern to communicate among nodes
Filter implementations for wildcards & JMS selectors
-
Uses of MessageReference in org.apache.activemq
Methods in org.apache.activemq with parameters of type MessageReferenceModifier and TypeMethodDescriptionbooleanActiveMQMessageAuditNoSync.isDuplicate(MessageReference message) Checks if this message has been seen beforebooleanActiveMQMessageAuditNoSync.isInOrder(MessageReference message) Check the MessageId is in ordervoidActiveMQMessageAuditNoSync.rollback(MessageReference message) mark this message as being received -
Uses of MessageReference in org.apache.activemq.command
Classes in org.apache.activemq.command that implement MessageReferenceModifier and TypeClassDescriptionclassAn implementation ofBlobMessagefor out of band BLOB transferclassABytesMessageobject is used to send a message containing a stream of uninterpreted bytes.classAMapMessageobject is used to send a set of name-value pairs.classclassAnObjectMessageobject is used to send a message that contains a serializable object in the Java programming language ("Java object").classAStreamMessageobject is used to send a stream of primitive types in the Java programming language.classclassRepresents an ActiveMQ message -
Uses of MessageReference in org.apache.activemq.filter
Fields in org.apache.activemq.filter declared as MessageReferenceModifier and TypeFieldDescriptionprotected MessageReferenceMessageEvaluationContext.messageReferenceMethods in org.apache.activemq.filter that return MessageReferenceMethods in org.apache.activemq.filter with parameters of type MessageReferenceModifier and TypeMethodDescriptionvoidMessageEvaluationContext.setMessageReference(MessageReference messageReference) voidNonCachedMessageEvaluationContext.setMessageReference(MessageReference messageReference)