This closes #301
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/d81ba8f8 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/d81ba8f8 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/d81ba8f8 Branch: refs/heads/master Commit: d81ba8f81b4a8a1f23b308420634708fdda8a76d Parents: 9d80d54 7820fd6 Author: Clebert Suconic <[email protected]> Authored: Thu Jan 7 20:56:09 2016 -0500 Committer: Clebert Suconic <[email protected]> Committed: Thu Jan 7 20:56:09 2016 -0500 ---------------------------------------------------------------------- .../artemis/core/io/nio/NIOSequentialFile.java | 34 ++++ .../artemis/core/paging/PagingStoreFactory.java | 2 - .../core/paging/impl/PagingStoreFactoryNIO.java | 4 - .../core/server/impl/ServerConsumerImpl.java | 28 ++-- .../broadcast/JGroupsBroadcastTest.java | 24 ++- .../journal/NIOSequentialFileFactoryTest.java | 155 +++++++++++++++++++ .../core/paging/impl/PagingStoreImplTest.java | 4 - 7 files changed, 221 insertions(+), 30 deletions(-) ----------------------------------------------------------------------
