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/10/09 16:54:25 UTC

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

This closes #1574


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

Branch: refs/heads/master
Commit: 16aa7ed6cf2fffd6683cf3aa10d63341919b1d3d
Parents: 88e1fdc 1d5fe28
Author: Clebert Suconic <cl...@apache.org>
Authored: Mon Oct 9 12:51:02 2017 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Mon Oct 9 12:51:02 2017 -0400

----------------------------------------------------------------------
 .../store/file/JDBCSequentialFileFactory.java   |  5 ++
 .../jdbc/store/journal/JDBCJournalImpl.java     | 10 ++++
 .../artemis/core/io/SequentialFileFactory.java  |  2 +
 .../core/io/aio/AIOSequentialFileFactory.java   |  5 ++
 .../io/mapped/MappedSequentialFileFactory.java  |  7 +++
 .../core/io/nio/NIOSequentialFileFactory.java   |  5 ++
 .../activemq/artemis/core/journal/Journal.java  |  6 ++
 .../core/journal/impl/FileWrapperJournal.java   | 10 ++++
 .../artemis/core/journal/impl/JournalImpl.java  | 10 ++++
 .../core/replication/ReplicatedJournal.java     |  5 ++
 .../artemis/core/server/ServerSession.java      |  5 +-
 .../core/server/impl/ServerSessionImpl.java     | 40 ++++++++++---
 .../openwire/OpenWireLargeMessageTest.java      | 63 ++++++++++++++++++++
 .../replication/ReplicationTest.java            |  6 ++
 .../impl/fakes/FakeSequentialFileFactory.java   |  6 ++
 15 files changed, 174 insertions(+), 11 deletions(-)
----------------------------------------------------------------------