http://en.wikipedia.org/wiki/Streaming_Text_Oriented_Messaging_Protocol

Simple (or Streaming) Text Oriented Message Protocol (STOMP), formerly known as TTMP, is a simple text-based protocol, designed for working with Message Oriented Middleware. It provides an interoperable wire format that allows STOMP clients to talk with any Message Broker supporting the protocol. It is thus language-agnostic, meaning a broker developed for one language or platform can receive communications from client software developed in another language.

http://activemq.apache.org/stomp.html  <== STOMP support in ActiveMQ

http://stomp.github.com/implementations.html

http://www.lancehendrix.com/techdocs/incubation/Talking%20Stomp%20to%20ActiveMQ.html

http://fusesource.com/forge/projects/stompjms  <== Stomp JMS from FuseSource

Stomp JMS is an implementation of the JMS (Java Message Service) specification over STOMP 1.1

  • No labels