You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2017/07/11 18:45:12 UTC

[3/3] activemq-artemis git commit: This closes #1395

This closes #1395


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

Branch: refs/heads/master
Commit: 99017aaee4eccc1784e26e98b1d5d8a23fc033e5
Parents: 82f071f 4b943a7
Author: Clebert Suconic <cl...@apache.org>
Authored: Tue Jul 11 14:44:40 2017 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue Jul 11 14:44:40 2017 -0400

----------------------------------------------------------------------
 .../cli/commands/tools/xml/XmlDataExporter.java |   2 +-
 .../artemis/utils/OrderedExecutorFactory.java   | 145 --------
 .../activemq/artemis/utils/actors/Actor.java    |  40 +++
 .../artemis/utils/actors/ActorListener.java     |  22 ++
 .../artemis/utils/actors/OrderedExecutor.java   |  62 ++++
 .../utils/actors/OrderedExecutorFactory.java    |  69 ++++
 .../artemis/utils/actors/ProcessorBase.java     | 116 +++++++
 .../client/impl/ClientSessionFactoryImpl.java   |   2 +-
 .../artemis/core/journal/impl/JournalImpl.java  |   2 +-
 .../core/protocol/ServerPacketDecoder.java      |  51 ++-
 .../core/ServerSessionPacketHandler.java        | 342 +++++++++++++------
 .../core/impl/ActiveMQPacketHandler.java        |   2 +-
 .../core/remoting/impl/invm/InVMAcceptor.java   |   2 +-
 .../core/remoting/impl/invm/InVMConnector.java  |   2 +-
 .../core/replication/ReplicationEndpoint.java   |   2 +-
 .../artemis/core/server/ActiveMQServer.java     |   3 +
 .../core/server/impl/ActiveMQServerImpl.java    |   3 +-
 .../core/server/files/FileMoveManagerTest.java  |   2 +-
 .../artemis/tests/util/ActiveMQTestBase.java    |   2 +-
 .../journal/NIOJournalCompactTest.java          |   2 +-
 .../persistence/JournalFileSizeTest.java        |   2 +-
 .../replication/ReplicationTest.java            |   2 +-
 .../JournalCleanupCompactStressTest.java        |   2 +-
 .../impl/DuplicateDetectionUnitTest.java        |   2 +-
 24 files changed, 622 insertions(+), 259 deletions(-)
----------------------------------------------------------------------