[rabbitmq-discuss] Question about RabbitMQ "Presence Exchange" Plugin

Matthias Radestock matthias at rabbitmq.com
Wed Oct 31 21:34:31 GMT 2012


Oldrich,

On 31/10/12 21:25, Olda Ešner wrote:
> I tried following:
> - cloned rabbitmq-public-umbrella
> - inside rabbitmq-public-umbrella directory I created presence-exchange
> folder with current GIT presence-exchange plugin

That won't work. As per Simon's recommendation:

<quote>
you might need to get the un-updated version of the plugin source
</quote>

> - build "make VERSION=2.8.7" inside presence-exchange folder, everything
> was successful

Not sure where you got that command from. 
http://www.rabbitmq.com/plugin-development.html#getting-started says

<quote>
Optionally, switch to a different branch, e.g. if you want to build 
plugins for a particular version of RabbitMQ:

$ make BRANCH=<tag> up_c
</quote>

i.e. you'll need 'make BRANCH=rabbitmq_v2_8_7 up_c'. And then 'make'.


Regards,

Matthias.


More information about the rabbitmq-discuss mailing list