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

Packages that use ActiveMQMessage
org.apache.activemq The core JMS client API implementation classes. 
org.apache.activemq.advisory Support for JMS Advisory messages as well as some helper listeners to listen to the clients, producers and consumers available. 
org.apache.activemq.broker.region.policy The policies which can be associated with a particular destination or wildcard. 
org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodes 
org.apache.activemq.console.filter   
org.apache.activemq.memory.buffer   
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. 
org.apache.activemq.transport.xmpp   
 

Uses of ActiveMQMessage in org.apache.activemq
 

Methods in org.apache.activemq that return ActiveMQMessage
 ActiveMQMessage ActiveMQInputStream.receive()
           
static ActiveMQMessage ActiveMQMessageTransformation.transformMessage(javax.jms.Message message, ActiveMQConnection connection)
          Creates a fast shallow copy of the current ActiveMQMessage or creates a whole new message instance from an available JMS message from another provider.
 

Uses of ActiveMQMessage in org.apache.activemq.advisory
 

Methods in org.apache.activemq.advisory with parameters of type ActiveMQMessage
protected  void AdvisoryBroker.fireAdvisory(ConnectionContext context, ActiveMQTopic topic, Command command, ConsumerId targetConsumerId, ActiveMQMessage advisoryMessage)
           
 

Uses of ActiveMQMessage in org.apache.activemq.broker.region.policy
 

Methods in org.apache.activemq.broker.region.policy with parameters of type ActiveMQMessage
protected  void QueryBasedSubscriptionRecoveryPolicy.configure(ActiveMQMessage msg)
           
 

Uses of ActiveMQMessage in org.apache.activemq.command
 

Subclasses of ActiveMQMessage in org.apache.activemq.command
 class ActiveMQBytesMessage
          A BytesMessage object is used to send a message containing a stream of uninterpreted bytes.
 class ActiveMQMapMessage
          A MapMessage object is used to send a set of name-value pairs.
 class ActiveMQObjectMessage
          An ObjectMessage object is used to send a message that contains a serializable object in the Java programming language ("Java object").
 class ActiveMQStreamMessage
          A StreamMessage object is used to send a stream of primitive types in the Java programming language.
 class ActiveMQTextMessage
           
 

Methods in org.apache.activemq.command with parameters of type ActiveMQMessage
protected  void ActiveMQMessage.copy(ActiveMQMessage copy)
           
 

Uses of ActiveMQMessage in org.apache.activemq.console.filter
 

Methods in org.apache.activemq.console.filter with parameters of type ActiveMQMessage
protected  java.util.Map MapTransformFilter.transformToMap(ActiveMQMessage msg)
          Transform an ActiveMQMessage to a Map
 

Uses of ActiveMQMessage in org.apache.activemq.memory.buffer
 

Methods in org.apache.activemq.memory.buffer with parameters of type ActiveMQMessage
 void MessageQueue.add(ActiveMQMessage message)
           
 

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

Methods in org.apache.activemq.transport.stomp that return ActiveMQMessage
 ActiveMQMessage FrameTranslator.convertFrame(StompFrame frame)
           
 ActiveMQMessage LegacyFrameTranslator.convertFrame(StompFrame command)
           
 ActiveMQMessage ProtocolConverter.convertMessage(StompFrame command)
           
 

Methods in org.apache.activemq.transport.stomp with parameters of type ActiveMQMessage
 StompFrame ProtocolConverter.convertMessage(ActiveMQMessage message)
           
 StompFrame FrameTranslator.convertMessage(ActiveMQMessage message)
           
 StompFrame LegacyFrameTranslator.convertMessage(ActiveMQMessage message)
           
static void FrameTranslator.Helper.copyStandardHeadersFromFrameToMessage(StompFrame command, ActiveMQMessage msg, FrameTranslator ft)
           
static void FrameTranslator.Helper.copyStandardHeadersFromMessageToFrame(ActiveMQMessage message, StompFrame command, FrameTranslator ft)
           
 

Uses of ActiveMQMessage in org.apache.activemq.transport.xmpp
 

Methods in org.apache.activemq.transport.xmpp that return ActiveMQMessage
protected  ActiveMQMessage ProtocolConverter.createActiveMQMessage(jabber.client.Message message)
           
 

Methods in org.apache.activemq.transport.xmpp with parameters of type ActiveMQMessage
protected  void ProtocolConverter.addActiveMQMessageHeaders(ActiveMQMessage answer, jabber.client.Message message)
           
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.