Uses of Class
org.apache.activemq.command.ActiveMQMessage
-
Packages that use ActiveMQMessage 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 ActiveMQMessage in org.apache.activemq
Methods in org.apache.activemq that return ActiveMQMessage Modifier and Type Method Description static ActiveMQMessageActiveMQMessageTransformation. transformMessage(Message message, ActiveMQConnection connection)Creates a fast shallow copy of the current ActiveMQMessage or creates a whole new message instance from an available JMS message from another provider.Methods in org.apache.activemq with parameters of type ActiveMQMessage Modifier and Type Method Description protected voidActiveMQSession. configureMessage(ActiveMQMessage message)Checks that the session is not closed then configures the message -
Uses of ActiveMQMessage in org.apache.activemq.command
Subclasses of ActiveMQMessage in org.apache.activemq.command Modifier and Type Class Description classActiveMQBlobMessageAn implementation ofBlobMessagefor out of band BLOB transferclassActiveMQBytesMessageABytesMessageobject is used to send a message containing a stream of uninterpreted bytes.classActiveMQMapMessageAMapMessageobject is used to send a set of name-value pairs.classActiveMQObjectMessageAnObjectMessageobject is used to send a message that contains a serializable object in the Java programming language ("Java object").classActiveMQStreamMessageAStreamMessageobject is used to send a stream of primitive types in the Java programming language.classActiveMQTextMessageMethods in org.apache.activemq.command with parameters of type ActiveMQMessage Modifier and Type Method Description protected voidActiveMQMessage. copy(ActiveMQMessage copy)
-