GitHub user cshannon opened a pull request:
https://github.com/apache/activemq-artemis/pull/2229
ARTEMIS-2018 - Add bridge events to plugin API
Add callbacks to handle bridge events including beforeDeliverBridge,
afterDeliverBridge and afterAcknowledgeBridge
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cshannon/activemq-artemis ARTEMIS-2018
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2229.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2229
----
commit 95ff39f6bfae9c51e6c3c1d1ac2782f60f5d2daa
Author: Christopher L. Shannon (cshannon) <christopher.l.shannon@...>
Date: 2018-08-08T18:10:22Z
ARTEMIS-2018 - Add bridge events to plugin API
Add callbacks to handle bridge events including beforeDeliverBridge,
afterDeliverBridge and afterAcknowledgeBridge
----
---