- b20fca3 Add REST API endpoints for handling stream offsets for topics by David Åkerman · 7 weeks ago master
- 25c14e6 Rename variable securePassword to password by David Åkerman · 3 months ago
- 7d17062 Add support for RabbitMQ streams by David Åkerman · 9 months ago
- 30ef8e2 Add consumers from previous broker API implementations by Rikard Almgren · 8 months ago
- 1f36e4d Merge branch 'stable-3.10' by Sven Selberg · 1 year ago
- a8254aa Merge branch 'stable-3.9' into stable-3.10 by Sven Selberg · 1 year ago stable-3.10
- d5c8c30 RabbitMqBrokerApi.java: Removed unused logger by Sven Selberg · 1 year ago
- 3af7971 Build compatibility with events-broker 3.10 by Sven Selberg · 1 year ago
- fbbfb30 Add support for consumer prefetch by David Åkerman · 1 year, 2 months ago
- 55e2ef1 Make events-rabbitmq manually ack messages after they are consumed by David Åkerman · 1 year, 6 months ago
- 0e4b034 Add extra logging related to publishing of events by David Åkerman · 1 year, 6 months ago
- 79f056e Fix problem where events-rabbitmq did not ack/nack every event by David Åkerman · 1 year, 6 months ago
- 09fbfb9 Only publish events generated by current Instance by Rikard Almgren · 1 year, 7 months ago
- 608f6e7 Catch exceptions that consumers throw by David Åkerman · 1 year, 10 months ago
- dbaf0ad Retry deserialization of events from queue by David Åkerman · 1 year, 10 months ago
- 2294969 Remove strict events-broker plugin dependency by David Åkerman · 1 year, 10 months ago
- 6f87733 Add instructions for RabbitMQBroker Api and custom gerrit event types by David Åkerman · 1 year, 10 months ago
- eae3e62 Consume events-broker from source by David Åkerman · 1 year, 11 months ago
- 04b3cb7 Split SessionFactory and put the parts in their related classes by David Åkerman · 1 year, 11 months ago
- 7926e59 Split session into one session for publishing and one for subscribing by David Åkerman · 2 years ago
- 32dbdce Add configuration options for the queues by David Åkerman · 2 years, 3 months ago
- 386c08a Remove MonitorTimer by David Åkerman · 2 years ago
- a37a415 Add ability to configure publishers to use publish confirms by David Åkerman · 2 years ago
- 7b67529 Add implementation of BrokerApi for RabbitMQ by David Åkerman · 2 years, 3 months ago
- e1c11ee Create properties providers by David Åkerman · 2 years ago
- 5b36032 Replace MessagePublisher with new class TopicEventPublisher by David Åkerman · 2 years ago
- afbfc7f Set event.type to default routingKey by Sven Selberg · 2 years, 8 months ago
- 3a46fe1 Flogger: Arguments to log(String) must be compile-time constants by Sven Selberg · 2 years, 8 months ago
- 3cf7cb0 Migrate apache commons lang v2 usages to v3 for events-rabbitmq by David Åkerman · 3 years, 4 months ago
- 908a0a0 Change plugin name from rabbitmq to events-rabbitmq by Sven Selberg · 4 years, 6 months ago stable-3.4
- c24ca44 Update amqp-client to 5.10.0 by Sven Selberg · 5 years ago
- 39897c1 Adapt to latest master by David Pursehouse · 6 years ago
- 99be69f Replace bazel-genfiles with bazel-bin in documentation by David Pursehouse · 6 years ago
- 0140f88 Build with Gerrit 3.0 by Sven Selberg · 6 years ago
- f765728 Merge branch 'stable-2.16' by Sven Selberg · 7 years ago
- 15d6fce Merge "Merge branch 'stable-2.15' into stable-2.16" into stable-2.16 by David Pursehouse · 7 years ago
- 5c9df74 Remove getReviewDbProvider() from RequestContext by Sven Selberg · 7 years ago
- 02accae AMQPSession: Format with google-java-format by David Pursehouse · 7 years ago
- c5f4c29 Merge branch 'stable-2.15' into stable-2.16 by Sven Selberg · 7 years ago
- d88773a Don't block plugin unload when no events available. by Sven Selberg · 7 years ago
- a282cc9 Catch ShutDownSignalException when closing connection by Sven Selberg · 7 years ago
- 7047e98 MessagePublisher: Threads cannot be restarted by Sven Selberg · 7 years ago
- 86bf28b Migrate to flogger by Sven Selberg · 7 years ago
- 050ec07 Update package for TimeUtil by Bertrand Roussel · 7 years ago
- 03a516a Add plugin name when adding eventlistener by Sven Selberg · 7 years ago
- 293143f Merge branch 'stable-2.15' by Sven Selberg · 7 years ago
- 6fba355 Catch AlreadyClosedException and retry connection by Sven Selberg · 7 years ago
- 3db7baa Merge branch 'stable-2.14' into stable-2.15 by David Pursehouse · 7 years ago
- ba18ec7 Rename dependencies to align with core by David Pursehouse · 7 years ago
- 510f7c6 Merge branch 'stable-2.14' into 'stable-2.15' by Sven Selberg · 8 years ago
- 8777cf5 Name the publisher thread by Sven Selberg · 8 years ago
- 9f8ca36 Do not block Gerrit's event bus when queue is full by Sven Selberg · 8 years ago
- 26fdd0e Clean up the Publisher interface and implementations by Sven Selberg · 8 years ago
- a638934 Upgrade amqp-client to 4.1.1 by David Pursehouse · 8 years ago
- 5e998d8 Change namespace for EventListeners by Sven Selberg · 8 years ago
- 5759fb9 Format Java files with google-java-format by David Pursehouse · 8 years ago
- 49ed665 Serialize Project.NameKey correctly by Gustaf Lundh · 8 years ago
- ac885b7 Remove use of ReviewDb to resolve accounts by Luca Milanesio · 8 years ago
- bb3f11a Rephrase the synopsis statement by Luca Milanesio · 8 years ago
- d35ec39 UserEventWorker: catch exceptions by David Pursehouse · 8 years ago
- f5865a3 Format Java files with google-java-format by David Pursehouse · 8 years ago
- 2d72dbd Merge branch 'stable-2.13' by David Pursehouse · 8 years ago
- e8bb00c Merge branch 'stable-2.12' into stable-2.13 by Sven Selberg · 8 years ago
- 6885d43 Remove build instructions from README by David Pursehouse · 8 years ago
- 56d3f24 Format external_plugin_deps.bzl by David Pursehouse · 8 years ago
- c2cc28e Make documentation links relative in README by David Pursehouse · 8 years ago
- 8240358 Remove dead links from README by David Pursehouse · 8 years ago
- 22b0a89 Merge "Link commons-io in plugin jar" by David Pursehouse · 8 years ago
- 3e04221 Tidy up .gitconfig by David Pursehouse · 8 years ago
- 5945d0e Fix Implementation-URL by David Pursehouse · 8 years ago
- f488bcc Link commons-io in plugin jar by Sven Selberg · 8 years ago
- dc051de Remove buck build by Paladox none · 9 years ago
- f403171 Add support for Bazel in Gerrit tree build by Paladox none · 9 years ago
- 8eaaf4c Use queue to hold Events during connection glitches by Sven Selberg · 9 years ago
- f7e22dd Remove obsolete manifest entries by David Pursehouse · 9 years ago
- 312b6a9 Tidy up dependencies by David Pursehouse · 9 years ago
- 63c40aa Build with plugin API 2.13.2 by David Pursehouse · 9 years ago
- 01fd6e4 Fix Checkstyle warnings by David Pursehouse · 9 years ago
- 353a450 Build with API version 2.13.1 by David Pursehouse · 9 years ago
- d7c0d79 Merge stable-2.12 by Sven Selberg · 9 years ago
- d9e0a07 Adapt to upstream changes by David Pursehouse · 9 years ago
- f4bfb97 Inject Gson serializer with Supplier<T> management by Luca Milanesio · 9 years ago
- 00f2c66 Merge branch stable-2.11 into stable-2.12 by Sven Selberg · 9 years ago
- 6dce1d7 Allow to specify amqp passwords in etc/secure.config by Sven Selberg · 9 years ago
- 944de90 Use new user scoped event listeners extension by Hugo Arès · 10 years ago
- 3f65399 Build with API version 2.11.8 by David Pursehouse · 10 years ago
- ca93bcc Build with plugin API version 2.12.1 by David Pursehouse · 10 years ago
- 5558190 Organize imports by David Pursehouse · 10 years ago
- 3ed04fb Build with API version 2.11.7 by David Pursehouse · 10 years ago
- 993a2aa Build with plugin API version 2.12 final release by David Pursehouse · 10 years ago
- 9b1016b Build with API version 2.12-rc0 by David Pursehouse · 10 years ago
- ff627c1 Merge branch 'stable-2.11' by David Pursehouse · 10 years ago
- 5ad6990 Follow upstream's renaming of method to get current user by Christian Aistleitner · 10 years ago
- a7d0044 Add explicit dependency on commons-io by David Pursehouse · 10 years ago
- c9e55e8 Bundle commons-io since gerrit core no longer provides it by Christian Aistleitner · 10 years ago
- 877b8e2 Merge branch 'stable-2.10' into stable-2.11 by David Pursehouse · 10 years ago
- 57826c1 Remove support for deprecated config format by David Pursehouse · 10 years ago
- f781c11 Bump guice-multibindings to final 4.0 release by David Pursehouse · 10 years ago
- 805e164 Merge branch 'stable-2.11' by David Pursehouse · 10 years ago
- 86ad067 Merge branch 'stable-2.10' into stable-2.11 by David Pursehouse · 10 years ago