Add compile deps in BUCK
1 file changed
tree: c4cfb1a72913146cdc43d4c81e527ade8885e83f
  1. src/
  2. .gitignore
  3. .travis.yml
  4. BUCK
  5. LICENSE
  6. pom.xml
  7. README.md
README.md

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

Build Status

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.

This plugin works on Gerrit 2.8 or later.

Build

mvn package

Now avaliable for Gerrit 2.8.1 only. If you want to use it on another version of Gerrit, please try the below.

mvn package -DGerrit-ApiVersion=2.8

Reference

Minimum Configuration

  [amqp]
    uri = amqp://localhost
  [exchange]
    name = exchange-for-gerrit-queue
  [message]
    routingKey = com.foobar.www.gerrit
  [gerrit]
    name = foobar-gerrit
    hostname = www.foobar.com

History

  • 1.2

    • Fix repository location for gerrit-api
    • Update README
  • 1.1

    • Fix channel handling
    • Add property: monitor.failureCount
    • Update README and documents
  • 1.0

    • First release

License

The Apache Software License, Version 2.0

Copyright

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