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 nodes
|
org.apache.activemq.filter |
Filter implementations for wildcards & JMS selectors
|
Modifier and Type | Method and Description |
---|---|
boolean |
ActiveMQMessageAuditNoSync.isDuplicate(MessageReference message)
Checks if this message has been seen before
|
boolean |
ActiveMQMessageAuditNoSync.isInOrder(MessageReference message)
Check the MessageId is in order
|
void |
ActiveMQMessageAuditNoSync.rollback(MessageReference message)
mark this message as being received
|
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 |
class |
Message
Represents an ActiveMQ message
|
Modifier and Type | Field and Description |
---|---|
protected MessageReference |
MessageEvaluationContext.messageReference |
Modifier and Type | Method and Description |
---|---|
MessageReference |
MessageEvaluationContext.getMessageReference() |
Modifier and Type | Method and Description |
---|---|
void |
MessageEvaluationContext.setMessageReference(MessageReference messageReference) |
void |
NonCachedMessageEvaluationContext.setMessageReference(MessageReference messageReference) |
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.