Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
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.
|
Modifier and Type | Method and Description |
---|---|
StompTransport |
ProtocolConverter.getStompTransport() |
Constructor and Description |
---|
ProtocolConverter(StompTransport stompTransport,
BrokerContext brokerContext) |
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.