Hello there<div><br></div><div>I'm very new to rabbitmq and going through the tutorials to get my feet wet, so to speak. &nbsp;Please excuse any and all idiotic statements and misunderstandings.</div><div><br></div><div>The first 2 tutorials went swimmingly, but I'm on the third tutorial and I've run into a snag</div><div><br></div><div>http://www.rabbitmq.com/tutorials/tutorial-three-python.html<br></div><div><br></div><div>client is on mac os x 10.8.2, python 2.7.2, pika-0.9.7</div><div>server is&nbsp;rabbitmq-server_2.7.1-1_all.deb on 64 bit Ubtuntu&nbsp;<span style="background-color: transparent; color: rgb(51, 51, 51); font-family: Ubuntu, 'Ubuntu Beta', UbuntuBeta, Ubuntu, 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif; ">12.04.1 with&nbsp;</span>Erlang R14B04 (erts-5.8.5)</div><div><br></div><div>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.</div><div><br></div><div>Using the rabbitmctl list_bindings command confirms that</div><div><br></div><div><div>sudo rabbitmqctl list_bindings</div><div>Listing bindings ...</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>exchange<span class="Apple-tab-span" style="white-space:pre">        </span>amq.gen-glOoQ1GRPnAJVTkXLeJRrw<span class="Apple-tab-span" style="white-space:pre">        </span>queue<span class="Apple-tab-span" style="white-space:pre">        </span>amq.gen-glOoQ1GRPnAJVTkXLeJRrw<span class="Apple-tab-span" style="white-space:pre">        </span>[]</div><div>...done.</div></div><div><br></div><div>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.</div><div><br></div><div>I can see the queue is there, but no bindings from the exchange to the queue :-(</div><div><br></div><div>Any help, greatly appreciated.</div><div><br></div><div><br></div>