[rabbitmq-discuss] When is a rabbitmq-stomp 1.6.0 adapter coming?
Tony Garnock-Jones
tonyg at lshift.net
Fri Jul 10 12:24:31 BST 2009
Hi Ivan (and others who've asked about this),
I've just tagged rabbitmq_v1_6_0 of rabbitmq-stomp, so you should be
able to get things running with:
(1) Retrieve and build RabbitMQ server v1.6.0
wget
http://www.rabbitmq.com/releases/rabbitmq-server/v1.6.0/rabbitmq-server-1.6.0.tar.gz
tar -zxf rabbitmq-server-1.6.0.tar.gz
make -C rabbitmq-server-1.6.0
(2) Retrieve and build the 1.6.0-compatible STOMP adapter
wget http://hg.rabbitmq.com/rabbitmq-stomp/archive/rabbitmq_v1_6_0.tar.gz
tar -zxf rabbitmq_v1_6_0.tar.gz
make -C rabbitmq-stomp-rabbitmq_v1_6_0
RABBIT_SERVER_SOURCE_ROOT=../rabbitmq-server-1.6.0 run
Sorry for the delay and the confusion!
Regards,
Tony
Ivan Delchev wrote:
> Hi everyone,
>
> I'm new to the list but I'm very fascinated by the features of
> RabbitMQ and plan to use it for a project of mine. For the purpose I
> would also require the rabbitmq-stomp adapter. I noticed that the
> current version of RabbitMQ is 1.6.0 but the latest tagged
> rabbitmq-stomp adapter is 1.5.5. When do you plan to release a 1.6
> rabbitmq-stomp adapter - I quite like the newly introduced access
> control features of RabbitMQ 1.6.0. Are there any recorded issues when
> using the new server with the older adapter?
>
> Great job!
>
> Regards,
> Ivan
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
More information about the rabbitmq-discuss
mailing list