Skip to content
gmallard edited this page Mar 13, 2012 · 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

Completed

Clone this wiki locally