Skip to content

Commit

Permalink
changed example host to localhost - dev.rabbitmq.com is not always up
Browse files Browse the repository at this point in the history
Signed-off-by: Aman Gupta <aman@tmm1.net>
  • Loading branch information
Simon Horne authored and tmm1 committed Jan 3, 2009
1 parent c4d2071 commit 93f4841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mq/simple.rb
Expand Up @@ -5,7 +5,7 @@
EM.run do

# connect to the amqp server
connection = AMQP.connect(:host => 'dev.rabbitmq.com', :logging => false)
connection = AMQP.connect(:host => 'localhost', :logging => false)

# open a channel on the AMQP connection
channel = MQ.new(connection)
Expand Down

0 comments on commit 93f4841

Please sign in to comment.