[rabbitmq-discuss] Tutorial 3 problem with binding
vanderkerkoff
tonmatt at gmail.com
Thu Nov 15 12:07:59 GMT 2012
Aha, mystery solved thanks to bob235 on the irc room at freenode
use pika 0.9.5 instead
:-)
Thanks
On Thursday, 15 November 2012 10:05:38 UTC, vanderkerkoff wrote:
>
> Hello there
>
> I'm very new to rabbitmq and going through the tutorials to get my feet
> wet, so to speak. Please excuse any and all idiotic statements and
> misunderstandings.
>
> The first 2 tutorials went swimmingly, but I'm on the third tutorial and
> I've run into a snag
>
> http://www.rabbitmq.com/tutorials/tutorial-three-python.html
>
> client is on mac os x 10.8.2, python 2.7.2, pika-0.9.7
> server is rabbitmq-server_2.7.1-1_all.deb on 64 bit Ubtuntu 12.04.1 with Erlang
> R14B04 (erts-5.8.5)
>
> Using the python code from the tutorial when I run the receive_logs.py
> script, I can see the 'logs' exchange created on the server, but when I
> inspect it using the management plugin there are no bindings associated
> with it, and therefore no queue.
>
> Using the rabbitmctl list_bindings command confirms that
>
> sudo rabbitmqctl list_bindings
> Listing bindings ...
> exchange amq.gen-glOoQ1GRPnAJVTkXLeJRrw queue
> amq.gen-glOoQ1GRPnAJVTkXLeJRrw []
> ...done.
>
> When I now run the emit_log.py script, as there is no binding from the
> exchange 'logs' to the queue, and as I can't store any messages in anything
> other than a queue, the message simply disappears.
>
> I can see the queue is there, but no bindings from the exchange to the
> queue :-(
>
> Any help, greatly appreciated.
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20121115/6e7dfe1c/attachment.htm>
More information about the rabbitmq-discuss
mailing list