<div dir="ltr">Hi Esteve,<br><br><div class="gmail_quote">On Fri, Sep 19, 2008 at 1:38 AM, Esteve Fernandez <span dir="ltr">&lt;<a href="mailto:esteve@sindominio.net" target="_blank">esteve@sindominio.net</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Dorian, thanks for trying txAMQP!<br>
<br>
El Jueves 18 Septiembre 2008 23:52:27 Dorian Raymer escribi�:<br>
<div>&gt; Hi,<br>
&gt; I was very excited by the recent thread announcing txAMQP! I heart Twisted!<br>
&gt; I started playing with the<br>
</div>&gt; txamqp_example.py&lt;<a href="http://www.nabble.com/attachment/19436045/0/txamqp_exampl" target="_blank">http://www.nabble.com/attachment/19436045/0/txamqp_exampl</a><br>
<div>&gt;e.py&gt;posted by Esteve, but I&#39;m having trouble getting going.<br>
&gt;<br>
&gt; I&#39;m a rabbitmq newb (having a lot of fun getting started :) and I have<br>
&gt; experience with Twisted.<br>
&gt;<br>
&gt; I&#39;m running rabbitmq 1.4.0 with the default database.<br>
&gt; When running txamqp_example.py, I used these parameters:<br>
&gt; hostname = &quot;localhost&quot;,<br>
&gt; port = 5672,<br>
&gt; vhost = &quot;/&quot;,<br>
&gt; username = &quot;guest&quot;,<br>
&gt; password = &quot;guest&quot;,<br>
&gt; specFile (I tried both amqp.0-8.xml, and 0-9.xml)<br>
<br>
</div>Did you use the spec files that were shipped with txAMQP or the official<br>
ones[1]?<br>
</blockquote><div><br>This made a big difference. Using the official 0-8.xml spec works! The 0-9 and 0-10 specs did not, however.<br><br>Thanks for the help!<br>&nbsp;-Dorian<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>
Note that there are interoperability issues between the Qpid Python libraries<br>
and RabbitMQ. From <a href="http://www.rabbitmq.com/interoperability.html" target="_blank">http://www.rabbitmq.com/interoperability.html</a>:<br>
<br>
&quot;Note that the 0-8 spec file that comes with the test suite is different from<br>
the official spec.&quot;<br>
<div><br>
&gt; The Problem (there is no error message to show...):<br>
<br>
</div>What&#39;s in the rabbit.log file? When I wrote that example, I noticed that<br>
RabbitMQ couldn&#39;t decode the basic.consume frame:<br>
<br>
connection &lt;0.202.0&gt; (running), channel 1 - error:<br>
{amqp,frame_error,<br>
 &nbsp; &nbsp; &nbsp;&quot;cannot decode<br>
&lt;&lt;0,0,12,116,101,115,116,45,113,117,101,117,101,45,49,0,0,0,0,0,0&gt;&gt;&quot;,<br>
 &nbsp; &nbsp; &nbsp;&#39;basic.consume&#39;}<br>
<br>
however, using the official spec fixed the issue.<br>
<br>
Cheers.<br>
<br>
1 - <a href="http://jira.amqp.org/confluence/display/AMQP/Download" target="_blank">http://jira.amqp.org/confluence/display/AMQP/Download</a><br>
<br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com" target="_blank">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</blockquote></div><br></div>