Skip to content
gmallard edited this page Nov 29, 2011 · 7 revisions

This is a forked repository. Have a look at "js's stomp wiki":/js/stomp for more information.

References

The current specifications. See Stomp Specifications.

Example Usage


options="initialReconnectDelay=5000&randomize=false&useExponentialBackOff=false"
client = Stomp::Client.new("failover:(stomp+ssl://localhost:61612,stomp://remotehost:61613)?#{options}")

Read the code in tests and examples for further information.

Notes

* Failover supported for n hosts
* SSL Support

In Progress

Stomp 1.1 support. Help is welcomed. See Stomp 1.1 Status.

Clone this wiki locally