STOMP is a simple interoperable protocol designed for asynchronous message passing between clients via mediating servers.
STOMP is a very simple and easy to implement protocol, coming from the HTTP school of design; the server side may be hard to implement well, but it is very easy to write a STOMP client to get yourself connected to a STOMP server.
Versions of the STOMP specification can be found at: