Update message documnet
1 file changed
tree: 52298da727e925af2df9a96314edd53c01fc839f
  1. src/
  2. .gitignore
  3. LICENSE
  4. pom.xml
  5. README.md
README.md

Gerrit plugin: RabbitMQ

This plugin can publish gerrit events to message queue provided by RabbitMQ.

Now this plugin is available for Gerrit 2.8 only, but you may use this on another version of Gerrit if you modify Gerrit-ApiVersion in pom.xml.

Minimum configuration

In rabbitmq.config

[amqp]
  uri = amqp://localhost

You should declare exchange named gerrit.publish beforehand.