This is Gerrit plugin.
This can publish gerrit events to message queue provided by RabbitMQ. Published events are the same as Gerrit stream evnets.
This plugin works on Gerrit 2.8 or later.
NOTE: Here is dev
branch. This is available on master in gerrit. Supported Buck build only.
Buck is a build system now gerrit adopt. If you want to use Buck, you need to setup it referring Building with Buck in gerrit documentation.
linux
java-1.7
buck
buck
To build plugin with buck
git clone https://gerrit.googlesource.com/gerrit ln -s $(pwd) gerrit/plugins/rabbitmq cd gerrit buck build plugins/rabbitmq:rabbitmq
[amqp] uri = amqp://localhost [exchange] name = exchange-for-gerrit-queue [message] routingKey = com.foobar.www.gerrit [gerrit] name = foobar-gerrit hostname = www.foobar.com
The Apache Software License, Version 2.0
Copyright (c) 2013 rinrinne a.k.a. rin_ne