- Author: rinrinne a.k.a. rin_ne
- Repository: http://github.com/rinrinne/gerrit-rabbitmq-plugin
- Release: http://github.com/rinrinne/gerrit-rabbitmq-plugin/releases
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.
linux
java-1.7
gradle
To build plugin with gradle.
./gradlew build
Now avaliable for Gerrit 2.8.5 only. If you want to use it on another version of Gerrit, please try the below.
./gradlew build -PapiVersion=2.8
[amqp]
uri = amqp://localhost
[exchange]
name = exchange-for-gerrit-queue
[message]
routingKey = com.foobar.www.gerrit
[gerrit]
name = foobar-gerrit
hostname = www.foobar.com
-
1.4
- Binary release
- Add gradle support
- Remove maven support
-
1.3
- Build with Buck
- Bumped api version to 2.8.3
-
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
The Apache Software License, Version 2.0
Copyright (c) 2013 rinrinne a.k.a. rin_ne