This closes #284
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/fce14f1f Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/fce14f1f Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/fce14f1f Branch: refs/heads/master Commit: fce14f1f306728c4ca61480b85ebc8fbe45399cf Parents: d435a3d 9167213 Author: Clebert Suconic <[email protected]> Authored: Mon Dec 21 23:40:11 2015 -0500 Committer: Clebert Suconic <[email protected]> Committed: Mon Dec 21 23:40:11 2015 -0500 ---------------------------------------------------------------------- .../core/protocol/core/impl/ChannelImpl.java | 33 +++--- .../core/postoffice/DuplicateIDCache.java | 9 ++ .../postoffice/impl/DuplicateIDCacheImpl.java | 23 ++++- .../core/postoffice/impl/PostOfficeImpl.java | 5 +- .../core/server/cluster/impl/BridgeImpl.java | 102 ++++++++++++++----- .../cluster/impl/ClusterConnectionBridge.java | 22 ++-- 6 files changed, 139 insertions(+), 55 deletions(-) ----------------------------------------------------------------------
