Uses of Interface
org.apache.activemq.Message
-
Packages that use Message 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 -
-
Uses of Message in org.apache.activemq
Subinterfaces of Message in org.apache.activemq Modifier and Type Interface Description interface
BlobMessage
Represents a message which has a typically out of band Binary Large Object (BLOB) -
Uses of Message in org.apache.activemq.command
Classes in org.apache.activemq.command that implement Message Modifier and Type Class Description class
ActiveMQBlobMessage
An implementation ofBlobMessage
for out of band BLOB transferclass
ActiveMQBytesMessage
ABytesMessage
object is used to send a message containing a stream of uninterpreted bytes.class
ActiveMQMapMessage
AMapMessage
object is used to send a set of name-value pairs.class
ActiveMQMessage
class
ActiveMQObjectMessage
AnObjectMessage
object is used to send a message that contains a serializable object in the Java programming language ("Java object").class
ActiveMQStreamMessage
AStreamMessage
object is used to send a stream of primitive types in the Java programming language.class
ActiveMQTextMessage
-