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 nodes
|
org.apache.activemq.filter |
Filter implementations for wildcards & JMS selectors
|
org.apache.activemq.state |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ActiveMQConnection.isDuplicate(ActiveMQDispatcher dispatcher,
Message message) |
protected void |
ActiveMQConnection.rollbackDuplicate(ActiveMQDispatcher dispatcher,
Message message) |
Modifier and Type | Method and Description |
---|---|
Message |
MessageReference.getMessage() |
Message |
MessageReference.getMessageHardRef() |
Modifier and Type | Class and Description |
---|---|
class |
ActiveMQBlobMessage
An implementation of
BlobMessage for out of band BLOB transfer |
class |
ActiveMQBytesMessage
A
BytesMessage object is used to send a message containing a
stream of uninterpreted bytes. |
class |
ActiveMQMapMessage
A
MapMessage object is used to send a set of name-value pairs. |
class |
ActiveMQMessage |
class |
ActiveMQObjectMessage
An
ObjectMessage object is used to send a message that
contains a serializable object in the Java programming language ("Java
object"). |
class |
ActiveMQStreamMessage
A
StreamMessage object is used to send a stream of primitive
types in the Java programming language. |
class |
ActiveMQTextMessage |
Modifier and Type | Field and Description |
---|---|
protected Message |
MessageDispatch.message |
Modifier and Type | Method and Description |
---|---|
abstract Message |
Message.copy() |
Message |
ActiveMQStreamMessage.copy() |
Message |
ActiveMQBlobMessage.copy() |
Message |
ActiveMQBytesMessage.copy() |
Message |
ActiveMQMessage.copy() |
Message |
ActiveMQTextMessage.copy() |
Message |
ActiveMQObjectMessage.copy() |
Message |
ActiveMQMapMessage.copy() |
Message |
Message.getMessage() |
Message |
MessageDispatch.getMessage() |
Message |
Message.getMessageHardRef() |
Modifier and Type | Method and Description |
---|---|
protected void |
Message.copy(Message copy) |
static boolean |
NetworkBridgeFilter.isAdvisoryInterpretedByNetworkBridge(Message message) |
protected boolean |
NetworkBridgeFilter.matchesForwardingFilter(Message message,
MessageEvaluationContext mec) |
void |
MessageDispatch.setMessage(Message message) |
Constructor and Description |
---|
MessageAck(Message message,
byte ackType,
int messageCount) |
Modifier and Type | Field and Description |
---|---|
protected Message |
MessageEvaluationContext.message |
Modifier and Type | Method and Description |
---|---|
Message |
MessageEvaluationContext.getMessage() |
Message |
NonCachedMessageEvaluationContext.getMessage() |
Modifier and Type | Method and Description |
---|---|
boolean |
XPathExpression.XPathEvaluator.evaluate(Message message) |
Object |
PropertyExpression.evaluate(Message message) |
static String[] |
DestinationPath.getDestinationPaths(Message message) |
Modifier and Type | Method and Description |
---|---|
Response |
ConnectionStateTracker.processMessage(Message send) |
Response |
CommandVisitorAdapter.processMessage(Message send) |
Response |
CommandVisitor.processMessage(Message send) |
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.