2011/11/16 p2w <span dir="ltr">&lt;<a href="mailto:tpletch001@gmail.com">tpletch001@gmail.com</a>&gt;</span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div id=":1m1">I have a rails 3.1 app (using thin server which is Event Machine<br>
based) using the AMQP gem to connect to two server cluster on EC2. the<br>
broker is running on ubuntu 11.10 and is version 2.6.1 with erlang<br>
version 5.8.3.</div></blockquote></div><br>What application server are you using? If it is something that forks (Unicorn or Passenger), you need to connect<div>after that happens. Otherwise only one thread will be inherited (but not EventMachine&#39;s one). This is how fork(2) works, unfortunately.</div>

<div><br></div><div>One more thing you need to do is to set up connection exception handler as described here:</div><div><a href="http://rubydoc.info/github/ruby-amqp/amqp/master/file/docs/ErrorHandling.textile">http://rubydoc.info/github/ruby-amqp/amqp/master/file/docs/ErrorHandling.textile</a><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><br>


</div>