Uses of Class
org.apache.activemq.command.ActiveMQObjectMessage
-
Packages that use ActiveMQObjectMessage Package Description org.apache.activemq.console.filter org.apache.activemq.transport.amqp.message org.apache.activemq.transport.stomp An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different languages like Ruby, Python, PHP, C etc. -
-
Uses of ActiveMQObjectMessage in org.apache.activemq.console.filter
Methods in org.apache.activemq.console.filter with parameters of type ActiveMQObjectMessage Modifier and Type Method Description protected Map
MapTransformFilter. transformToMap(ActiveMQObjectMessage msg)
Transform an ActiveMQMessage to a Map -
Uses of ActiveMQObjectMessage in org.apache.activemq.transport.amqp.message
Methods in org.apache.activemq.transport.amqp.message that return ActiveMQObjectMessage Modifier and Type Method Description static ActiveMQObjectMessage
JMSMappingInboundTransformer. createObjectMessage(byte[] content, int offset, int length)
Methods in org.apache.activemq.transport.amqp.message with parameters of type ActiveMQObjectMessage Modifier and Type Method Description static org.apache.qpid.proton.amqp.Binary
AmqpMessageSupport. getBinaryFromMessageBody(ActiveMQObjectMessage message)
Return the encoded form of the BytesMessage as an AMQP Binary instance. -
Uses of ActiveMQObjectMessage in org.apache.activemq.transport.stomp
Methods in org.apache.activemq.transport.stomp that return ActiveMQObjectMessage Modifier and Type Method Description protected ActiveMQObjectMessage
JmsFrameTranslator. createObjectMessage(com.thoughtworks.xstream.io.HierarchicalStreamReader in)
-