I am using the Ruby AMQP Carrot library and I am trying to talk to a test RabbitMQ server on a virtual machine. The AMQP port is open on the machine but I can't get Carrot to establish an external connection. I have tried the following:
Carrot.queue('message', :durable => true, :server => '192.168.162.176')
Carrot.queue('message', :durable => true, :host => '192.168.162.176')