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/06/22 16:13:20 UTC

[2/2] activemq-artemis git commit: This closes #1345

This closes #1345


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

Branch: refs/heads/master
Commit: a970b41ebfb78ca3cf78b128fb5b9c79c22b6903
Parents: be8eb3e f63f130
Author: Clebert Suconic <cl...@apache.org>
Authored: Thu Jun 22 12:13:11 2017 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu Jun 22 12:13:11 2017 -0400

----------------------------------------------------------------------
 .../artemis/core/config/impl/Validators.java    |  11 ++
 .../deployers/impl/FileConfigurationParser.java |  15 ++
 .../core/server/ActiveMQMessageBundle.java      |   2 +
 .../core/server/ActiveMQServerLogger.java       |   8 ++
 .../core/server/impl/ActiveMQServerImpl.java    |  53 +++++++
 .../core/settings/impl/AddressSettings.java     |  73 +++++++++-
 .../core/settings/impl/DeletionPolicy.java      |  21 +++
 .../resources/schema/artemis-configuration.xsd  |  33 ++++-
 .../test/resources/artemis-configuration.xsd    |  34 ++++-
 docs/user-manual/en/address-model.md            |  11 ++
 docs/user-manual/en/config-reload.md            |  17 ++-
 .../tests/integration/jms/RedeployTest.java     |  72 ++++++++++
 .../resources/reload-address-queues-updated.xml | 128 +++++++++++++++++
 .../test/resources/reload-address-queues.xml    | 143 +++++++++++++++++++
 14 files changed, 616 insertions(+), 5 deletions(-)
----------------------------------------------------------------------