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.

h2. References

* "Stomp Specifications":http://stomp.github.com/

h2. Example Usage


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

h2. Notes

* Failover supported for n hosts
* SSL Support

h2. In Progress

Stomp 1.1 support, help is welcomed. See Stomp 1.1 Status

Clone this wiki locally