I also had an issue with rabbitmq-stomp with the tag rabbitmq_v1_5_3 against rabbitmq 1.5.5, which I would guess is the change that Nemanja just wrote about:<br><br><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;">
&quot;I had this same issue. Luckily it&#39;s easy to take care of. Just edit src/rabbit_stomp.erl in the stomp adapter (assuming it&#39;s from hg tip) and change<br>line 364 � ��<br>ChPid = rabbit_channel:start_link(?MODULE, self(), self(), U#user.username, list_to_binary(VirtualHost)),<br>
to<br>ChPid = rabbit_channel:start_link(self(), self(), U#user.username, list_to_binary(VirtualHost)),&quot;</blockquote><div><br></div><div>Thanks for the tag, I&#39;ll give it a try.</div><div><br></div><div>Regards,</div>
<div><br></div><div>Gavin</div><br>On Wed, Jun 3, 2009 at 6:42 PM, Matthias Radestock &lt;<a href="mailto:matthias@lshift.net">matthias@lshift.net</a>&gt; wrote:<br>&gt; Gavin,<br>&gt;<br>&gt; Gavin M. Roy wrote:<br>&gt;&gt;<br>
&gt;&gt; Hello,<br>&gt;&gt;<br>&gt;&gt; I&#39;ve been working on troubleshooting Stomp connectivity with RabbitMQ.<br>&gt;&gt; �All of my R&amp;D was on 1.5.3 with rabbitmq-stomp tag rabbitmq_v1_5_3<br>&gt;&gt; and it worked just fine. �I went to setup a production test with<br>
&gt;&gt; RabbitMQ 1.5.5 and rabbitmq-stomp tip and it stopped working.<br>&gt;<br>&gt; You shouldn&#39;t be using the rabbitmq-stomp tip with a v1.5.x server (*). The<br>&gt; instructions that come with the STOMP adapter are quite explicit about that:<br>
&gt; &quot;If there is no specific tag for the version of the server you are using,<br>&gt; try using the newest tag that has the same major and minor version number.&quot;.<br>&gt;<br>&gt; With the STOMP repo from a few moments ago, that means you should have been<br>
&gt; using the revision tagged rabbitmq_v1_5_3, but I&#39;ve just added a<br>&gt; rabbitmq_v1_5_5 tag now, so use that revision instead.<br>&gt;<br>&gt;<br>&gt; Matthias.<br>&gt; (*) In fact you should *never* use the tip of any of our repositories<br>
&gt; (unless you are really, really, sure that is what you want to do). We use<br>&gt; branching extensively, and &#39;tip&#39; will point to whatever happens to be the<br>&gt; last commit, which could be on any branch. See<br>
&gt; <a href="http://www.rabbitmq.com/mercurial.html">http://www.rabbitmq.com/mercurial.html</a> for more details.<br>&gt;<br><br>