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 boolean
ActiveMQConnection.isDuplicate
(ActiveMQDispatcher dispatcher, Message message) protected void
ActiveMQConnection.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 TypeClassDescriptionclass
An implementation ofBlobMessage
for out of band BLOB transferclass
ABytesMessage
object is used to send a message containing a stream of uninterpreted bytes.class
AMapMessage
object is used to send a set of name-value pairs.class
class
AnObjectMessage
object is used to send a message that contains a serializable object in the Java programming language ("Java object").class
AStreamMessage
object is used to send a stream of primitive types in the Java programming language.class
Fields 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 Message
Message.copy()
Message.getMessage()
MessageDispatch.getMessage()
Message.getMessageHardRef()
Methods in org.apache.activemq.command with parameters of type MessageModifier and TypeMethodDescriptionprotected void
static boolean
NetworkBridgeFilter.isAdvisoryInterpretedByNetworkBridge
(Message message) protected boolean
NetworkBridgeFilter.matchesForwardingFilter
(Message message, MessageEvaluationContext mec) void
MessageDispatch.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)