lib/amqp.rb in tmm1-amqp-0.6.1 vs lib/amqp.rb in tmm1-amqp-0.6.3

- old
+ new

@@ -36,10 +36,13 @@ # connection timeout :timeout => nil, # logging - :logging => false + :logging => false, + + # ssl + :ssl => false } end # Must be called to startup the connection to the AMQP server. #