Add license information
5 files changed
tree: 20226786fc385b77f3fcd66605953a0d9f559a9e
  1. src/
  2. .gitignore
  3. LICENSE
  4. pom.xml
  5. README.md
README.md

gerrit-rabbitmq-plugin: Gerrit event publish plugin via RabbitMQ

Synopsis

This is Gerrit plugin.

This can publish gerrit events to message queue provided by RabbitMQ. Published events are the same as Gerrit stream evnets.

Now 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.

License

Apache 2.0 License

Copyright

Copyright (c) 2013 rinrinne a.k.a. rin_ne