[rabbitmq-discuss] Stupid Newbie Question - what is the uri or a queue?

Brian Dunbar brian.dunbar at gmail.com
Tue Oct 15 20:42:10 BST 2013


I was asked to stand up a rabbitmq host.  I did.  I even figured out how to 
add a queue, which briefly made me feel pretty good (sarcasm).

Now the application owner wants to know what connect string to give to his 
application.

I don't see where this is called out.

Imagine that I have a host lab.domain.net.  I created a queue 'test_queue' 
under the default vhost '/'.

How in the world would I discover what the URI is?

is it lab.domain.net:15672/test_queue ?


./rabbitmqadmin -H [redacted] -u [redacted] -p lamepassword list queues
+---------------+---------------+-------------+-----------+---------+------------------------+---------------------+--------+----------+----------------+-------------------------+------------+--------+---------+
|     vhost     |     name      | auto_delete | consumers | durable | 
exclusive_consumer_tag |     idle_since      | memory | messages | 
messages_ready | messages_unacknowledged |    node    | policy | status  |
+---------------+---------------+-------------+-----------+---------+------------------------+---------------------+--------+----------+----------------+-------------------------+------------+--------+---------+
| /             | test_queue    | False       | 0         | True    |       
                 | 2013-10-15 23:15:44 | 6932   | 0        | 0             
 | 0                       | rabbit at lab |        | running |


Brian


 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20131015/1f17e566/attachment.htm>


More information about the rabbitmq-discuss mailing list