Uses of Class
org.apache.activemq.command.Message
Packages that use Message
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 Message in org.apache.activemq
Methods in org.apache.activemq with parameters of type MessageModifier and TypeMethodDescriptionprotected 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 MessageModifier and TypeMethodDescriptionMessageReference.getMessage()MessageReference.getMessageHardRef() -
Uses of Message in org.apache.activemq.command
Subclasses of Message in org.apache.activemq.commandModifier 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.classFields in org.apache.activemq.command declared as MessageMethods in org.apache.activemq.command that return MessageModifier and TypeMethodDescriptionActiveMQBlobMessage.copy()ActiveMQBytesMessage.copy()ActiveMQMapMessage.copy()ActiveMQMessage.copy()ActiveMQObjectMessage.copy()ActiveMQStreamMessage.copy()ActiveMQTextMessage.copy()abstract MessageMessage.copy()Message.getMessage()MessageDispatch.getMessage()Message.getMessageHardRef()Methods in org.apache.activemq.command with parameters of type MessageModifier and TypeMethodDescriptionprotected voidstatic 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 -
Uses of Message in org.apache.activemq.filter
Fields in org.apache.activemq.filter declared as MessageMethods in org.apache.activemq.filter that return MessageModifier and TypeMethodDescriptionMessageEvaluationContext.getMessage()NonCachedMessageEvaluationContext.getMessage()Methods in org.apache.activemq.filter with parameters of type Message -
Uses of Message in org.apache.activemq.state
Methods in org.apache.activemq.state with parameters of type MessageModifier and TypeMethodDescriptionCommandVisitor.processMessage(Message send) CommandVisitorAdapter.processMessage(Message send) ConnectionStateTracker.processMessage(Message send)