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

Michael Klishin mklishin at gopivotal.com
Wed Oct 16 17:09:17 BST 2013


On 16 Oct 2013, at 20:06, Brian Dunbar <brian.dunbar at gmail.com> wrote:

> Error on publish follows:
> 
>  $ ./rabbitmqadmin -H lab.rabbit-1.domain.net -u guest -p guest  publish exchange=amq.default routing_key=test payload="hello, world"
> Message published but NOT routed
> 
> What have I done wrong?

Was the queue named test declared previously?

Queues need to be declared and bound (for default exchange, binding is automatic) before
messages can be routed to them.
--
MK



More information about the rabbitmq-discuss mailing list