This closes #919
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/6d10a372 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/6d10a372 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/6d10a372 Branch: refs/heads/master Commit: 6d10a372ace8c09bc516342e190f54f0b049e0a5 Parents: 08e0c5e 881615e Author: Clebert Suconic <[email protected]> Authored: Wed Dec 14 14:29:10 2016 -0500 Committer: Clebert Suconic <[email protected]> Committed: Wed Dec 14 14:29:10 2016 -0500 ---------------------------------------------------------------------- .../proton/ProtonServerReceiverContext.java | 10 ++++ pom.xml | 2 +- .../transport/amqp/client/AmqpSender.java | 34 +++++++++++++ .../transport/amqp/client/AmqpSession.java | 51 ++++++++++++++++++++ .../amqp/client/util/UnmodifiableLink.java | 30 ++++++++++++ .../amqp/client/util/UnmodifiableReceiver.java | 6 +++ .../amqp/client/util/UnmodifiableSender.java | 6 +++ .../amqp/client/util/UnmodifiableSession.java | 48 ++++++++++++++++++ .../integration/amqp/AmqpSendReceiveTest.java | 30 ++++++++++++ 9 files changed, 216 insertions(+), 1 deletion(-) ----------------------------------------------------------------------
