<br><br><div class="gmail_quote">On Mon, Feb 7, 2011 at 9:43 AM, Marek Majkowski <span dir="ltr">&lt;<a href="mailto:majek04@gmail.com">majek04@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;">
Dan,<br>
<div class="im"><br>
On Wed, Feb 2, 2011 at 21:37, Dan Tenenbaum &lt;<a href="mailto:dtenenba@fhcrc.org">dtenenba@fhcrc.org</a>&gt; wrote:<br>
&gt; All 3 steps were working, then I added another instance of a1 on another<br>
&gt; machine and step 3 stopped working. Neither instance of a1 receives any more<br>
&gt; messages. rabbitmqctl tells me they are piling up in the queue, and a2 logs<br>
&gt; also tell me step 2 is still happening.<br>
&gt; Specifically, the action that caused step 3 to fail was not simply adding<br>
&gt; another instance of a1 but having that instance do step 1.<br>
&gt;<br>
</div><div class="im">&gt; Hope someone can tell me what is going on here. a1 is a web app and the<br>
&gt; first instance of it is on my local machine, and a2 represents me trying to<br>
&gt; deploy this app in a production environment.<br>
<br>
</div>I&#39;m afraid I can&#39;t help. Your code looks sane, and I don&#39;t know<br>
amqp@node enough to spot any client problems.<br>
<br>
Did you managed to find problem yourself?<br></blockquote><div><br></div><div>Not really. I ended up doing a really hacky workaround where I created a different exchange for each node.js client and published the messages on the appropriate exchange. This is not really satisfactory, though, because ultimately I want to add new consumers for these messages and would like them to only have to deal with one exchange.</div>
<div><br></div><div>Oh, and instead of this:</div><div><meta charset="utf-8">&gt; Hope someone can tell me what is going on here. a1 is a web app and the<br>&gt; first instance of it is on my local machine, and a2 represents me trying to<br>
&gt; deploy this app in a production environment.<br></div><div>...i meant to say:</div><div><br></div><div>a1 is a web app, and the first instance of it is on my local machine; the second is me trying to deploy this app in a production environment.</div>
<div><br></div><div>Dan</div><div><br></div></div>