LibraryLink ToToggle FramesPrintFeedback

Introduction to the Stomp Protocol

The Stomp protocol is a simplified messaging protocol that is being developed as an open source project (http://stomp.codehaus.org/). The advantage of the stomp protocol is that you can easily improvise a messaging client—even when a specific client API is not available—because the protocol is so simple.

Table 3.1 shows the transport protocols supported by the Stomp wire protocol:


Stomp currently supports the following client types:

For details of how to program these messaging clients, see the FUSE Message Broker Client Guide. ]