[rabbitmq-discuss] Stomp gateway incompatible with recent builds?

David Cornell david.cornell at sophos.com
Thu Jul 17 00:10:09 BST 2008


 

> -----Original Message-----
> From: Tony Garnock-Jones [mailto:tonyg at lshift.net] 
> Sent: Wednesday, July 16, 2008 3:20 AM
> To: David Cornell
> Cc: rabbitmq
> Subject: Re: [rabbitmq-discuss] Stomp gateway incompatible 
> with recent builds?
> 
> David Cornell wrote:
> > I downloaded the stomp gateway and followed the directions, 
> but make 
> > run failed. Is it incompatible with the most recent 
> release? Is this 
> > why it is not linked in on the downloads area?
> 
> Hi David,
> 
> Yes, the STOMP gateway in mercurial needs to be run against 
> the rabbitmq server from mercurial as well. The 1.3.0 release 
> is too old.
> 
> Here's a script that should work for you:
> 
>    $ mkdir my-build-directory
>    $ cd my-build-directory
>    $ hg clone http://hg.rabbitmq.com/rabbitmq-codegen
>    $ hg clone http://hg.rabbitmq.com/rabbitmq-server
>    $ hg clone http://hg.rabbitmq.com/rabbitmq-stomp
>    $ cd rabbitmq-server
>    $ make
>    $ cd ..
>    $ cd rabbitmq-stomp
>    $ make
> 
> (Followed by "make run" to start the augmented broker running
> interactively.)
> 
> Regards,
>    Tony

It worked for me thanks! Is this how additional gateways will be
released going forward or are there plans to have a different plugin
architecture in place at some point?




More information about the rabbitmq-discuss mailing list