[maven-release-plugin]  copy for tag rabbitmq-1.1
[maven-release-plugin] prepare release rabbitmq-1.1
1 file changed
tree: 295ccfae945b2b64dae5e14d17e3c6e24abefb25
  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.

Build

mvn package

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

License

The Apache Software License, Version 2.0

Copyright

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