forked from zmalltalker/stomp
-
Notifications
You must be signed in to change notification settings - Fork 80
Home
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.
The current specifications. See Stomp Specifications.
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.
- Failover supported for n hosts
- SSL Support
- Stomp 1.1 support. See Stomp 1.1 Status.
- Enhanced and complete SSL support. See Enhanced SSL.