examples/consumer.rb in stomp-1.1.10 vs examples/consumer.rb in stomp-1.2.0
- old
+ new
@@ -1,4 +1,6 @@
+# -*- encoding: utf-8 -*-
+
require 'rubygems'
require 'stomp'
client = Stomp::Client.new("failover://(stomp://:@localhost:61613,stomp://:@remotehost:61613)?initialReconnectDelay=5000&randomize=false&useExponentialBackOff=false")