There was an error while loading. Please reload this page.
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.