|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessageReference | |
|---|---|
| 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 |
| Uses of MessageReference in org.apache.activemq |
|---|
| Methods in org.apache.activemq with parameters of type MessageReference | |
|---|---|
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 |
| Uses of MessageReference in org.apache.activemq.command |
|---|
| Classes in org.apache.activemq.command that implement MessageReference | |
|---|---|
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 |
| Uses of MessageReference in org.apache.activemq.filter |
|---|
| Fields in org.apache.activemq.filter declared as MessageReference | |
|---|---|
protected MessageReference |
MessageEvaluationContext.messageReference
|
| Methods in org.apache.activemq.filter that return MessageReference | |
|---|---|
MessageReference |
MessageEvaluationContext.getMessageReference()
|
| Methods in org.apache.activemq.filter with parameters of type MessageReference | |
|---|---|
void |
NonCachedMessageEvaluationContext.setMessageReference(MessageReference messageReference)
|
void |
MessageEvaluationContext.setMessageReference(MessageReference messageReference)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||