Repository: activemq-artemis Updated Branches: refs/heads/master 587e45594 -> 5b07c635a
This closes #2191 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/5b07c635 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/5b07c635 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/5b07c635 Branch: refs/heads/master Commit: 5b07c635a240679145bc070523078bd49637c1c6 Parents: 587e455 5fc60d7 Author: Clebert Suconic <[email protected]> Authored: Tue Jul 31 14:16:11 2018 -0400 Committer: Clebert Suconic <[email protected]> Committed: Tue Jul 31 14:16:11 2018 -0400 ---------------------------------------------------------------------- .../artemis/api/core/client/ClientSession.java | 2 + .../core/client/impl/QueueQueryImpl.java | 14 ++++- .../core/impl/ActiveMQSessionContext.java | 34 ++++++++--- .../SessionQueueQueryResponseMessage_V3.java | 32 ++++++++-- .../artemis/core/server/QueueQueryResult.java | 11 +++- .../spi/core/remoting/SessionContext.java | 3 + .../deployers/impl/FileConfigurationParser.java | 4 ++ .../artemis/core/server/ServerSession.java | 2 + .../core/server/impl/ActiveMQServerImpl.java | 21 ++++--- .../core/server/impl/ServerSessionImpl.java | 6 ++ .../core/settings/impl/AddressSettings.java | 40 +++++++++++- .../resources/schema/artemis-configuration.xsd | 8 +++ .../core/config/impl/FileConfigurationTest.java | 1 + .../resources/ConfigurationTest-full-config.xml | 1 + ...ionTest-xinclude-config-address-settings.xml | 1 + docs/user-manual/en/address-model.md | 5 ++ docs/user-manual/en/flow-control.md | 2 +- .../client/ConsumerWindowSizeTest.java | 64 ++++++++++++++++++++ 18 files changed, 222 insertions(+), 29 deletions(-) ----------------------------------------------------------------------
