Uses of Class
org.apache.activemq.command.ActiveMQMapMessage
-
Packages that use ActiveMQMapMessage Package Description org.apache.activemq.console.filter org.apache.activemq.plugin 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 ActiveMQMapMessage in org.apache.activemq.console.filter
Methods in org.apache.activemq.console.filter with parameters of type ActiveMQMapMessage Modifier and Type Method Description protected Map
MapTransformFilter. transformToMap(ActiveMQMapMessage msg)
Transform an ActiveMQMapMessage to a Map -
Uses of ActiveMQMapMessage in org.apache.activemq.plugin
Methods in org.apache.activemq.plugin that return ActiveMQMapMessage Modifier and Type Method Description protected ActiveMQMapMessage
StatisticsBroker. prepareSubscriptionMessage(SubscriptionViewMBean subscriber)
Methods in org.apache.activemq.plugin with parameters of type ActiveMQMapMessage Modifier and Type Method Description protected void
StatisticsBroker. sendStats(ConnectionContext context, ActiveMQMapMessage msg, ActiveMQDestination replyTo)
-
Uses of ActiveMQMapMessage in org.apache.activemq.transport.amqp.message
Methods in org.apache.activemq.transport.amqp.message that return ActiveMQMapMessage Modifier and Type Method Description static ActiveMQMapMessage
JMSMappingInboundTransformer. createMapMessage(Map<String,Object> content)
Methods in org.apache.activemq.transport.amqp.message with parameters of type ActiveMQMapMessage Modifier and Type Method Description static Map<String,Object>
AmqpMessageSupport. getMapFromMessageBody(ActiveMQMapMessage message)
Return the underlying Map from the JMS MapMessage instance. -
Uses of ActiveMQMapMessage in org.apache.activemq.transport.stomp
Methods in org.apache.activemq.transport.stomp that return ActiveMQMapMessage Modifier and Type Method Description protected ActiveMQMapMessage
JmsFrameTranslator. createMapMessage(com.thoughtworks.xstream.io.HierarchicalStreamReader in)
-