Uses of Interface
org.apache.activemq.broker.region.MessageReference
-
Packages that use MessageReference 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.filter Filter implementations for wildcards & JMS selectors -
-
Uses of MessageReference in org.apache.activemq
Methods in org.apache.activemq with parameters of type MessageReference Modifier and Type Method Description booleanActiveMQMessageAuditNoSync. 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 MessageReference Modifier and Type Class Description classActiveMQBlobMessageAn implementation ofBlobMessagefor out of band BLOB transferclassActiveMQBytesMessageABytesMessageobject is used to send a message containing a stream of uninterpreted bytes.classActiveMQMapMessageAMapMessageobject is used to send a set of name-value pairs.classActiveMQMessageclassActiveMQObjectMessageAnObjectMessageobject is used to send a message that contains a serializable object in the Java programming language ("Java object").classActiveMQStreamMessageAStreamMessageobject is used to send a stream of primitive types in the Java programming language.classActiveMQTextMessageclassMessageRepresents an ActiveMQ message -
Uses of MessageReference in org.apache.activemq.filter
Fields in org.apache.activemq.filter declared as MessageReference Modifier and Type Field Description protected MessageReferenceMessageEvaluationContext. messageReferenceMethods in org.apache.activemq.filter that return MessageReference Modifier and Type Method Description MessageReferenceMessageEvaluationContext. getMessageReference()Methods in org.apache.activemq.filter with parameters of type MessageReference Modifier and Type Method Description voidMessageEvaluationContext. setMessageReference(MessageReference messageReference)voidNonCachedMessageEvaluationContext. setMessageReference(MessageReference messageReference)
-