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 2018/05/11 20:33:55 UTC

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

This closes #2088


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

Branch: refs/heads/master
Commit: 6904af82d448e3cb51bb8fd119b011e7b29020af
Parents: 30cac20 f0bac1b
Author: Clebert Suconic <cl...@apache.org>
Authored: Fri May 11 16:33:47 2018 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Fri May 11 16:33:47 2018 -0400

----------------------------------------------------------------------
 .../artemis/cli/commands/etc/amqp-acceptor.txt  |  2 +-
 artemis-features/src/main/resources/artemis.xml |  2 +-
 .../amqp/broker/ProtonProtocolManager.java      |  4 +-
 .../amqp/proton/AMQPConnectionContext.java      |  4 +-
 .../protocol/amqp/proton/AmqpSupport.java       |  4 ++
 ...figurationTest-full-config-wrong-address.xml |  4 +-
 .../main/resources/activemq/server0/broker.xml  |  2 +-
 .../transport/amqp/client/AmqpConnection.java   |  1 +
 .../transport/amqp/client/AmqpSender.java       | 15 +++++
 .../transport/amqp/client/AmqpValidator.java    |  4 ++
 .../integration/amqp/AmqpFlowControlTest.java   |  2 +-
 .../tests/integration/amqp/AmqpSenderTest.java  | 60 ++++++++++++++++++++
 .../main/resources/servers/expire/broker.xml    |  2 +-
 .../src/main/resources/servers/mqtt/broker.xml  |  4 +-
 14 files changed, 97 insertions(+), 13 deletions(-)
----------------------------------------------------------------------