<div dir="ltr">+1 for connection recovery and automatic fail-over in a cluster. �In my opinion, this should automagically connect/reconnect to the server, redeclare and/or rebind any non-durable objects, and reconsume from the queues. �It should also reconsume if a master queue dies and a slave queue is promoted. �<div>
<br></div><div>I&#39;m working on a project that uses amqp libraries in Java, C#, C++, and node.js, and it&#39;s a pain to have to handle this ourselves in each (except node-amqp, which mostly works for this). �On the other hand, it&#39;s free, so I try not to complain too much. ;-)</div>
<div><br></div><div>-Chris</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Aug 7, 2013 at 5:27 PM, Alan Antonuk <span dir="ltr">&lt;<a href="mailto:alan.antonuk@gmail.com" target="_blank">alan.antonuk@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><div class="im">On Wed, Aug 7, 2013 at 1:11 PM, Michael Klishin <span dir="ltr">&lt;<a href="mailto:mklishin@gopivotal.com" target="_blank">mklishin@gopivotal.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
amqp gem, Bunny serve as good examples of how it can be made much easier<br>
for common cases. I hope to make HotBunnies and Langohr support the same<br>
automatic recovery process fairly soon.<br></blockquote><div><br></div></div><div>Interesting, whole connection recovery is something I haven&#39;t really considered. �Any reason why individual channel recovery on error isn&#39;t implemented?</div>

<div><br></div><div>I guess one thought I have had is to abstract away AMQP channels from the public API.</div></div></div></div>
<br>_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
<br></blockquote></div><br></div>