Uses of Interface
org.apache.activemq.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
-
Uses of Message in org.apache.activemq
Subinterfaces of Message in org.apache.activemqModifier and TypeInterfaceDescriptioninterfaceRepresents 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 MessageModifier and TypeClassDescriptionclassAn implementation ofBlobMessagefor out of band BLOB transferclassABytesMessageobject is used to send a message containing a stream of uninterpreted bytes.classAMapMessageobject is used to send a set of name-value pairs.classclassAnObjectMessageobject is used to send a message that contains a serializable object in the Java programming language ("Java object").classAStreamMessageobject is used to send a stream of primitive types in the Java programming language.class