Uses of Class
org.apache.activemq.command.ActiveMQBytesMessage
-
Packages that use ActiveMQBytesMessage Package Description org.apache.activemq.console.filter org.apache.activemq.transport.amqp.message -
-
Uses of ActiveMQBytesMessage in org.apache.activemq.console.filter
Methods in org.apache.activemq.console.filter with parameters of type ActiveMQBytesMessage Modifier and Type Method Description protected Map
MapTransformFilter. transformToMap(ActiveMQBytesMessage msg)
Transform an ActiveMQBytesMessage to a Map -
Uses of ActiveMQBytesMessage in org.apache.activemq.transport.amqp.message
Methods in org.apache.activemq.transport.amqp.message with parameters of type ActiveMQBytesMessage Modifier and Type Method Description static org.apache.qpid.proton.amqp.Binary
AmqpMessageSupport. getBinaryFromMessageBody(ActiveMQBytesMessage message)
Return the encoded form of the BytesMessage as an AMQP Binary instance.
-