Makes sense. Sorry about the confusion then Gavin and thank you for the clarification Matthias about the repository tips.<br><br><div class="gmail_quote">On Wed, Jun 3, 2009 at 5:58 PM, Matthias Radestock <span dir="ltr">&lt;<a href="mailto:matthias@lshift.net">matthias@lshift.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">Gavin,<br>
<br>
Gavin M. Roy wrote:<br>
</div><div class="im">&gt; I also had an issue with rabbitmq-stomp with the tag rabbitmq_v1_5_3<br>
&gt; against rabbitmq 1.5.5, which I would guess is the change that Nemanja<br>
&gt; just wrote about:<br>
&gt;<br>
&gt;     &quot;I had this same issue. Luckily it&#39;s easy to take care of. Just edit<br>
&gt;     src/rabbit_stomp.erl in the stomp adapter (assuming it&#39;s from hg<br>
&gt;     tip) and change<br>
&gt;     line 364<br>
&gt;     ChPid = rabbit_channel:start_link(?MODULE, self(), self(),<br>
&gt;     U#user.username, list_to_binary(VirtualHost)),<br>
&gt;     to<br>
&gt;     ChPid = rabbit_channel:start_link(self(), self(), U#user.username,<br>
&gt;     list_to_binary(VirtualHost)),&quot;<br>
<br>
</div>Nothing has changed in the rabbit_channel:start_link function between<br>
v1_5_3 and v1_5_5. However, the signature *has* changed between v1_5_x<br>
and our development branch. And the code base for the stomp connector<br>
has followed suit, i.e. the v1_5 branch (and all revisions tagged<br>
rabbitmq_v1_5_x) use the old signature and the development branch uses<br>
the new signature.<br>
<br>
So the only way for the above error to occur is if a dev-branch stomp<br>
connector is used with a v1_5_x (or earlier) server code base.<br>
<br>
<br>
Regards,<br>
<font color="#888888"><br>
Matthias.<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</div></div></blockquote></div><br>