[rabbitmq-discuss] rabbitmqadmin syntax for parameters
Michael Klishin
michael.s.klishin at gmail.com
Wed Jan 29 05:09:44 GMT 2014
2014-01-29 Prabodh Upreti <prabodh.upreti at vce.com>
> I keep getting
>
> *** Could not connect: [Errno 111] Connection refused
>
> Could it be trying to connect to a different port. thx.
>
Default management API port in 3.x is 15672, not 55672.
You can configure the port in ~/.rabbitmqadmin.conf:
[host_normal]
hostname = localhost
port = 15672
username = guest
password = guest
--
MK
http://github.com/michaelklishin
http://twitter.com/michaelklishin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140129/d3f0d82e/attachment.html>
More information about the rabbitmq-discuss
mailing list