Uses of Class
org.apache.activemq.command.ActiveMQMapMessage

Packages that use ActiveMQMapMessage
org.apache.activemq.console.filter   
org.apache.activemq.plugin   
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
protected  java.util.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 with parameters of type ActiveMQMapMessage
protected  void StatisticsBroker.sendStats(ConnectionContext context, ActiveMQMapMessage msg, ActiveMQDestination replyTo)
           
 

Uses of ActiveMQMapMessage in org.apache.activemq.transport.stomp
 

Methods in org.apache.activemq.transport.stomp that return ActiveMQMapMessage
protected  ActiveMQMapMessage JmsFrameTranslator.createMapMessage(com.thoughtworks.xstream.io.HierarchicalStreamReader in)
           
 



Copyright © 2005-2012. All Rights Reserved.