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