Uses of Package
org.apache.activemq.transport.stomp

Packages that use org.apache.activemq.transport.stomp
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. 
 

Classes in org.apache.activemq.transport.stomp used by org.apache.activemq.transport.stomp
FrameTranslator
          Implementations of this interface are used to map back and forth from Stomp to ActiveMQ.
ProtocolConverter
           
ProtocolException
           
StompFrame
          Represents all the data in a STOMP frame.
StompTransportFilter
          The StompTransportFilter normally sits on top of a TcpTransport that has been configured with the StompWireFormat and is used to convert STOMP commands to ActiveMQ commands.
 



Copyright © 2010 Apache Software Foundation. All Rights Reserved.