You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ha...@apache.org on 2016/11/05 01:07:19 UTC

[2/2] activemq git commit: This closes #209

This closes #209


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/e5dd0d83
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/e5dd0d83
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/e5dd0d83

Branch: refs/heads/master
Commit: e5dd0d833f1a60b4244cdbf0f48e7dcc563e132e
Parents: a636797 5076808
Author: Hadrian Zbarcea <ha...@apache.org>
Authored: Fri Nov 4 21:06:57 2016 -0400
Committer: Hadrian Zbarcea <ha...@apache.org>
Committed: Fri Nov 4 21:06:57 2016 -0400

----------------------------------------------------------------------
 .../activemq/advisory/AdvisoryBroker.java       |   2 +-
 .../java/org/apache/activemq/broker/Broker.java |   4 +-
 .../apache/activemq/broker/BrokerFilter.java    | 149 ++++----
 .../org/apache/activemq/broker/EmptyBroker.java |  55 +--
 .../org/apache/activemq/broker/ErrorBroker.java |  18 +-
 .../activemq/broker/MutableBrokerFilter.java    | 374 +------------------
 .../apache/activemq/broker/region/Region.java   |   2 +-
 .../activemq/broker/region/RegionBroker.java    |   9 -
 .../broker/util/LoggingBrokerPlugin.java        |   2 +-
 .../activemq/broker/BrokerInterceptorsTest.java |  61 +++
 .../activemq/broker/LinkStealingTest.java       |   8 +-
 .../camel/camelplugin/CamelRoutesBroker.java    |   2 +-
 12 files changed, 167 insertions(+), 519 deletions(-)
----------------------------------------------------------------------