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 5 shows the transport protocols supported by the Stomp wire protocol:
Table 5. Transport Protocols Supported by Stomp
| Transport Protocol | URL | Description |
|---|---|---|
| TCP | stomp:// |
Endpoint URL for Stomp over TCP/IP. The broker listens for TCP connections on the host
machine, |
| SSL | stomp+ssl://Host:Port |
Endpoint URL for secure Stomp over SSL. The broker listens for TCP connections on the
host machine, |
The Stomp protocol supports the following transport options:
Table 6. Transport Options Supported by Stomp Protocol
| Property | Default | Description |
|---|---|---|
transport
.defaultHeartBeat | 0,0 |
Simulated client heartbeat policy of legacy Stomp 1.0 clients. This option is set in
the |








