Repository: activemq-artemis Updated Branches: refs/heads/master 9743043fb -> 7d03bcf43
This closes #844 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/7d03bcf4 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/7d03bcf4 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/7d03bcf4 Branch: refs/heads/master Commit: 7d03bcf4340c84c838771527bd2793cc96f4ec20 Parents: 9743043 226f28a Author: Clebert Suconic <clebertsuco...@apache.org> Authored: Fri Oct 14 03:54:35 2016 +0200 Committer: Clebert Suconic <clebertsuco...@apache.org> Committed: Fri Oct 14 03:54:35 2016 +0200 ---------------------------------------------------------------------- .../amqp/proton/AMQPConnectionContext.java | 13 +- .../amqp/proton/AmqpJmsSelectorFilter.java | 46 +++ .../protocol/amqp/proton/AmqpNoLocalFilter.java | 43 +++ .../amqp/proton/ProtonServerSenderContext.java | 41 ++- .../amqp/proton/handler/EventHandler.java | 2 +- .../protocol/amqp/proton/handler/Events.java | 5 +- .../amqp/AmqpDurableReceiverTest.java | 350 +++++++++++++++++++ 7 files changed, 483 insertions(+), 17 deletions(-) ----------------------------------------------------------------------