lib/hornetq/uri.rb in jruby-hornetq-0.2.5.alpha vs lib/hornetq/uri.rb in jruby-hornetq-0.3.0.alpha

- old
+ new

@@ -53,7 +53,11 @@ end def [](key) @params[key] end + + def backup? + !!@params[:backup] + end end end \ No newline at end of file