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/01/17 20:01:08 UTC

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

This closes #962


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

Branch: refs/heads/master
Commit: 43aaf52d423e30a96251dbfbe96e0782aeefbf6a
Parents: a79094b b4cbd36
Author: Clebert Suconic <cl...@apache.org>
Authored: Tue Jan 17 14:59:14 2017 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue Jan 17 14:59:14 2017 -0500

----------------------------------------------------------------------
 .../config/ActiveMQDefaultConfiguration.java    |   7 +
 .../jdbc/store/drivers/AbstractJDBCDriver.java  |  79 +++---
 .../store/drivers/derby/DerbySQLProvider.java   |   2 +-
 .../artemis/jdbc/store/file/JDBCFileUtils.java  |  12 +
 .../jdbc/store/file/JDBCSequentialFile.java     |   8 +-
 .../store/file/JDBCSequentialFileFactory.java   |  12 +
 .../file/JDBCSequentialFileFactoryDriver.java   | 253 +++++++++++--------
 .../PostgresSequentialSequentialFileDriver.java | 171 +++++++------
 .../storage/DatabaseStorageConfiguration.java   |  10 +
 .../deployers/impl/FileConfigurationParser.java |   1 +
 .../paging/impl/PagingStoreFactoryDatabase.java | 213 ++++++++++++++++
 .../core/paging/impl/PagingStoreFactoryNIO.java |   3 +-
 .../impl/journal/JDBCJournalStorageManager.java |   3 +
 .../core/server/impl/ActiveMQServerImpl.java    |  11 +-
 .../resources/schema/artemis-configuration.xsd  |   7 +
 .../artemis/tests/util/ActiveMQTestBase.java    |   3 +-
 .../test/resources/database-store-config.xml    |   1 +
 .../integration/paging/GlobalPagingTest.java    |  10 +
 .../tests/integration/paging/PagingTest.java    |  70 +++--
 19 files changed, 624 insertions(+), 252 deletions(-)
----------------------------------------------------------------------