Uses of Class
org.apache.activemq.command.Message
-
Packages that use Message Package Description org.apache.activemq The core JMS client API implementation classes.org.apache.activemq.broker.region org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodesorg.apache.activemq.filter Filter implementations for wildcards & JMS selectorsorg.apache.activemq.state -
-
Uses of Message in org.apache.activemq
Methods in org.apache.activemq with parameters of type Message Modifier and Type Method Description protected booleanActiveMQConnection. isDuplicate(ActiveMQDispatcher dispatcher, Message message)protected voidActiveMQConnection. rollbackDuplicate(ActiveMQDispatcher dispatcher, Message message) -
Uses of Message in org.apache.activemq.broker.region
Methods in org.apache.activemq.broker.region that return Message Modifier and Type Method Description MessageMessageReference. getMessage()MessageMessageReference. getMessageHardRef() -
Uses of Message in org.apache.activemq.command
Subclasses of Message in org.apache.activemq.command 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.classActiveMQTextMessageFields in org.apache.activemq.command declared as Message Modifier and Type Field Description protected MessageMessageDispatch. messageMethods in org.apache.activemq.command that return Message Modifier and Type Method Description MessageActiveMQBlobMessage. copy()MessageActiveMQBytesMessage. copy()MessageActiveMQMapMessage. copy()MessageActiveMQMessage. copy()MessageActiveMQObjectMessage. copy()MessageActiveMQStreamMessage. copy()MessageActiveMQTextMessage. copy()abstract MessageMessage. copy()MessageMessage. getMessage()MessageMessageDispatch. getMessage()MessageMessage. getMessageHardRef()Methods in org.apache.activemq.command with parameters of type Message Modifier and Type Method Description protected voidMessage. copy(Message copy)static booleanNetworkBridgeFilter. isAdvisoryInterpretedByNetworkBridge(Message message)protected booleanNetworkBridgeFilter. matchesForwardingFilter(Message message, MessageEvaluationContext mec)voidMessageDispatch. setMessage(Message message)Constructors in org.apache.activemq.command with parameters of type Message Constructor Description MessageAck(Message message, byte ackType, int messageCount) -
Uses of Message in org.apache.activemq.filter
Fields in org.apache.activemq.filter declared as Message Modifier and Type Field Description protected MessageMessageEvaluationContext. messageMethods in org.apache.activemq.filter that return Message Modifier and Type Method Description MessageMessageEvaluationContext. getMessage()MessageNonCachedMessageEvaluationContext. getMessage()Methods in org.apache.activemq.filter with parameters of type Message Modifier and Type Method Description ObjectPropertyExpression. evaluate(Message message)booleanXPathExpression.XPathEvaluator. evaluate(Message message)static String[]DestinationPath. getDestinationPaths(Message message) -
Uses of Message in org.apache.activemq.state
Methods in org.apache.activemq.state with parameters of type Message Modifier and Type Method Description ResponseCommandVisitor. processMessage(Message send)ResponseCommandVisitorAdapter. processMessage(Message send)ResponseConnectionStateTracker. processMessage(Message send)
-