Tony,<br><br>Sorry for not replying sooner but thank you very much! I guess just the ?MODULE on the first arg was missing...<br><br>Thank you!<br>-Nemanja<br><br><div class="gmail_quote">On Fri, Jul 10, 2009 at 6:24 AM, Tony Garnock-Jones <span dir="ltr">&lt;<a href="mailto:tonyg@lshift.net">tonyg@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;">Hi Ivan (and others who&#39;ve asked about this),<br>
<br>
I&#39;ve just tagged rabbitmq_v1_6_0 of rabbitmq-stomp, so you should be<br>
able to get things running with:<br>
<br>
<br>
(1) Retrieve and build RabbitMQ server v1.6.0<br>
<br>
   wget<br>
<a href="http://www.rabbitmq.com/releases/rabbitmq-server/v1.6.0/rabbitmq-server-1.6.0.tar.gz" target="_blank">http://www.rabbitmq.com/releases/rabbitmq-server/v1.6.0/rabbitmq-server-1.6.0.tar.gz</a><br>
   tar -zxf rabbitmq-server-1.6.0.tar.gz<br>
   make -C rabbitmq-server-1.6.0<br>
<br>
<br>
(2) Retrieve and build the 1.6.0-compatible STOMP adapter<br>
<br>
   wget <a href="http://hg.rabbitmq.com/rabbitmq-stomp/archive/rabbitmq_v1_6_0.tar.gz" target="_blank">http://hg.rabbitmq.com/rabbitmq-stomp/archive/rabbitmq_v1_6_0.tar.gz</a><br>
   tar -zxf rabbitmq_v1_6_0.tar.gz<br>
   make -C rabbitmq-stomp-rabbitmq_v1_6_0<br>
RABBIT_SERVER_SOURCE_ROOT=../rabbitmq-server-1.6.0 run<br>
<br>
<br>
Sorry for the delay and the confusion!<br>
<br>
Regards,<br>
<font color="#888888">   Tony<br>
</font><div><div></div><div class="h5"><br>
<br>
<br>
Ivan Delchev wrote:<br>
&gt; Hi everyone,<br>
&gt;<br>
&gt; I&#39;m new to the list but I&#39;m very fascinated by the features of<br>
&gt; RabbitMQ and plan to use it for a project of mine. For the purpose I<br>
&gt; would also require the rabbitmq-stomp adapter. I noticed that the<br>
&gt; current version of RabbitMQ is 1.6.0 but the latest tagged<br>
&gt; rabbitmq-stomp adapter is 1.5.5. When do you plan to release a 1.6<br>
&gt; rabbitmq-stomp adapter - I quite like the newly introduced access<br>
&gt; control features of RabbitMQ 1.6.0. Are there any recorded issues when<br>
&gt; using the new server with the older adapter?<br>
&gt;<br>
&gt; Great job!<br>
&gt;<br>
&gt; Regards,<br>
&gt; Ivan<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; rabbitmq-discuss mailing list<br>
&gt; <a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
&gt; <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>
<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>