<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"><<a href="mailto:esteve@sindominio.net" target="_blank">esteve@sindominio.net</a>></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>> Hi,<br>
> I was very excited by the recent thread announcing txAMQP! I heart Twisted!<br>
> I started playing with the<br>
</div>> txamqp_example.py<<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>>e.py>posted by Esteve, but I'm having trouble getting going.<br>
><br>
> I'm a rabbitmq newb (having a lot of fun getting started :) and I have<br>
> experience with Twisted.<br>
><br>
> I'm running rabbitmq 1.4.0 with the default database.<br>
> When running txamqp_example.py, I used these parameters:<br>
> hostname = "localhost",<br>
> port = 5672,<br>
> vhost = "/",<br>
> username = "guest",<br>
> password = "guest",<br>
> 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> -Dorian<br> </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>
"Note that the 0-8 spec file that comes with the test suite is different from<br>
the official spec."<br>
<div><br>
> The Problem (there is no error message to show...):<br>
<br>
</div>What's in the rabbit.log file? When I wrote that example, I noticed that<br>
RabbitMQ couldn't decode the basic.consume frame:<br>
<br>
connection <0.202.0> (running), channel 1 - error:<br>
{amqp,frame_error,<br>
"cannot decode<br>
<<0,0,12,116,101,115,116,45,113,117,101,117,101,45,49,0,0,0,0,0,0>>",<br>
'basic.consume'}<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>