Repository: activemq-artemis Updated Branches: refs/heads/master 1f371ad00 -> 37addeaf7
This closes #381 listener on activation failures Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/37addeaf Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/37addeaf Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/37addeaf Branch: refs/heads/master Commit: 37addeaf761d4a3facc20458e37ec46074ebb41c Parents: 1f371ad 94dc297 Author: Clebert Suconic <[email protected]> Authored: Tue Feb 9 14:24:07 2016 -0500 Committer: Clebert Suconic <[email protected]> Committed: Tue Feb 9 14:24:07 2016 -0500 ---------------------------------------------------------------------- .../core/server/ActivationFailureListener.java | 31 ++++++++++++ .../artemis/core/server/ActiveMQServer.java | 21 ++++++++ .../core/server/impl/ActiveMQServerImpl.java | 20 ++++++++ .../core/server/impl/LiveOnlyActivation.java | 1 + .../impl/SharedNothingLiveActivation.java | 1 + .../server/impl/SharedStoreLiveActivation.java | 1 + .../server/ActivationFailureListenerTest.java | 52 ++++++++++++++++++++ 7 files changed, 127 insertions(+) ----------------------------------------------------------------------
