[rabbitmq-discuss] RabbitMQ Webhooks plugin on Github

Matthias Radestock matthias at rabbitmq.com
Thu Aug 26 22:44:57 BST 2010


Jon,

Jon Brisbin wrote:
> I just pushed the first alpha of a webhooks plugin for RabbitMQ to Github:
> 
> http://github.com/jbrisbin/rabbitmq-webhooks

Congrats on writing the first community plugin for RabbitMQ 2.0!

And it's looking pretty good too.

Btw, this intrinsically doesn't need to be a plug-in, since all its 
interactions with the broker are over AMQP. So you could make it a 
standalone app. The same is true of several other existing plug-ins, 
including the shovel.

Embedding in the broker has its advantages of course. One less piece of 
software to start/stop/manage, easy to deploy, better performance. The 
downside is that if it dies it could take out the broker.


Regards,

Matthias.


More information about the rabbitmq-discuss mailing list