GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/2187
ARTEMIS-1545 Support JMS 2.0 Completion Listener for Exceptions You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-1545 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/activemq-artemis/pull/2187.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 #2187 ---- commit 74f6f1887e9c3234812d2b0997c97d30164b985e Author: Michael André Pearce <michael.andre.pearce@...> Date: 2017-12-14T07:47:30Z ARTEMIS-1545 Support JMS 2.0 Completion Listener for Exceptions commit a2da41ee2e347bcf8fe721bded89e4a78ca14cfb Author: Justin Bertram <jbertram@...> Date: 2018-07-17T15:53:21Z ARTEMIS-1545 refactor & rework a few incompatible pieces Existing commit for ARTEMIS-1545 broke bridges and large messages. This commit fixes those, and refactors the solution a bit to be more clear. ---- ---