<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2013/7/23 Troy Collinsworth <span dir="ltr">&lt;<a href="mailto:troycollinsworth@gmail.com" target="_blank">troycollinsworth@gmail.com</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">The connection works fine to RabbitMQ server, but fails when connecting to ActiveMQ server. Should this work?</blockquote>

</div><div class="gmail_extra"><br></div><div class="gmail_extra">No.</div><br>According to <a href="http://activemq.apache.org/amqp.html">http://activemq.apache.org/amqp.html</a>, ActiveMQ implements AMQP 1.0.</div><div class="gmail_extra">

<br></div><div class="gmail_extra">RabbitMQ Java client is an AMQP 0.9.1 client. There&#39;s an AMQP 1.0 RabbitMQ plugin but clients use 0.9.1,</div><div class="gmail_extra">which is a different protocol from 1.0.<br>-- <br>

MK<br><br><a href="http://github.com/michaelklishin" target="_blank">http://github.com/michaelklishin</a><br><a href="http://twitter.com/michaelklishin" target="_blank">http://twitter.com/michaelklishin</a><br>
</div></div>