I&#39;ll avoid talking about something that&#39;s not specific to RabbitMQ in this forum in the future, but wanted to mention this as a follow up to a post earlier this week.<div><br></div><div>I now have functioning code released for Net::AMQP and POE::Component::Client::AMQP.  Tested it against RabbitMQ 1.6.0.  Get it from <a href="http://github.com/ewaters" target="_blank">http://github.com/ewaters</a>.  You&#39;ll need to clone both repositories to run the example pingpong.pl program (idea copied from ruby-amqp).</div>
<div><br></div><div>To try it out, clone both projects into the same directory, cd into poe-component-client-amqp, and run:</div><div><br></div><div>  DEBUG=0 perl -Ilib -I../net-amqp/lib examples/pingpong.pl ../net-amqp/spec/amqp0-8.xml</div>
<div><br></div><div>If you&#39;d like to see the full protocol debug, change DEBUG=1.</div><div><br></div><div>The perl modules are fully documented in POD.  If anyone is interested, I&#39;d love for collaboration on the project.  Drop me a line with your github username and I&#39;ll add you as a github collaborator.</div>
<div><br></div><div>Sorry for the interruption.  Back to your regularly scheduled RabbitMQ programming.  :)</div><div><br></div><div>Eric</div>