You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2016/06/06 21:41:30 UTC

[2/2] activemq-artemis git commit: This closes #563

This closes #563


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

Branch: refs/heads/master
Commit: 50d83fb63d795b78af08e43c336f7638a756e2ae
Parents: ee6176c 2e65865
Author: jbertram <jb...@apache.org>
Authored: Mon Jun 6 16:41:13 2016 -0500
Committer: jbertram <jb...@apache.org>
Committed: Mon Jun 6 16:41:13 2016 -0500

----------------------------------------------------------------------
 .../core/persistence/OperationContext.java      | 12 +++
 .../core/persistence/StorageManager.java        |  2 +
 .../journal/AbstractJournalStorageManager.java  |  9 +++
 .../impl/journal/DummyOperationContext.java     |  7 ++
 .../impl/journal/JournalStorageManager.java     |  4 +
 .../impl/journal/OperationContextImpl.java      | 46 ++++++++++--
 .../impl/nullpm/NullStorageManager.java         | 10 +++
 .../postoffice/impl/DuplicateIDCacheImpl.java   |  2 +-
 .../server/impl/RemotingServiceImpl.java        | 12 ++-
 .../core/replication/ReplicationManager.java    | 72 +++++++++++++-----
 .../core/server/ActiveMQServerLogger.java       |  5 ++
 .../artemis/core/transaction/Transaction.java   |  5 ++
 .../core/transaction/impl/TransactionImpl.java  | 78 ++++++++++++++++++--
 .../transaction/impl/TransactionImplTest.java   |  5 ++
 .../extras/byteman/OrphanedConsumerTest.java    |  4 -
 .../tests/integration/client/PagingTest.java    |  5 ++
 .../persistence/DuplicateCacheTest.java         |  2 +-
 .../core/postoffice/impl/BindingsImplTest.java  |  5 ++
 18 files changed, 246 insertions(+), 39 deletions(-)
----------------------------------------------------------------------