Repository: activemq-artemis Updated Branches: refs/heads/master 0c1c56ca6 -> f5738243f
This closes #1180 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/f5738243 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/f5738243 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/f5738243 Branch: refs/heads/master Commit: f5738243fd34042edc084f31b62cb752a64689df Parents: 0c1c56c 753a8d2 Author: Justin Bertram <[email protected]> Authored: Thu Apr 6 19:55:09 2017 -0500 Committer: Justin Bertram <[email protected]> Committed: Thu Apr 6 19:55:09 2017 -0500 ---------------------------------------------------------------------- .../activemq/artemis/cli/commands/Create.java | 17 ++++++++++++++--- .../apache/activemq/artemis/cli/commands/Run.java | 12 ------------ .../activemq/artemis/integration/FileBroker.java | 10 ++++++++++ .../activemq/artemis/cli/commands/etc/broker.xml | 5 +---- .../cli/commands/etc/global-max-default.txt | 9 +++++++++ .../cli/commands/etc/global-max-specified.txt | 4 ++++ .../activemq/cli/test/StreamClassPathTest.java | 2 ++ .../api/config/ActiveMQDefaultConfiguration.java | 2 +- .../core/config/impl/ConfigurationImpl.java | 14 ++++++++++++-- .../artemis/core/server/ActiveMQServerLogger.java | 7 +++++++ .../artemis/core/server/impl/QueueImpl.java | 13 ++++++++----- .../artemis/tests/util/ActiveMQTestBase.java | 4 ++++ docs/user-manual/en/configuration-index.md | 2 +- docs/user-manual/en/paging.md | 2 ++ 14 files changed, 75 insertions(+), 28 deletions(-) ----------------------------------------------------------------------
