- Streaming Text Orientated Messaging Protocol
Streaming Text Orientated Message Protocol (STOMP), formerly known as TTMP, is a simple text protocol designed for working with
Message Oriented Middleware .It provides an interoperable wire format that allows Stomp Clients to talk with any Stomp Message Broker. It is similar to
OpenWire Due to the simplicity of its design it is very easy to develop clients and many exist for different languages and platforms.
The most popular of the Stomp Message Brokers is built by the
Apache Software Foundation with the project name ofActiveMQ .The protocol works over TCP using the following commands:
* SEND
* SUBSCRIBE
* UNSUBSCRIBE
* BEGIN
* COMMIT
* ABORT
* ACK
* DISCONNECTExternal links
* [http://stomp.codehaus.org/ STOMP]
* [http://stompserver.rubyforge.org/ Ruby server]
* [http://activemq.apache.org Apache ActiveMQ web site]
* [http://open.iona.com/products/enterprise-activemq/ Enterprise ActiveMQ (FUSE) web site]
Wikimedia Foundation. 2010.