This closes #837
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/9743043f Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/9743043f Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/9743043f Branch: refs/heads/master Commit: 9743043fb81be47ba6f6cc2bdb029b46f772624f Parents: 0a1e6bd 7a8b7e9 Author: Timothy Bish <[email protected]> Authored: Thu Oct 13 17:53:05 2016 -0400 Committer: Timothy Bish <[email protected]> Committed: Thu Oct 13 17:53:05 2016 -0400 ---------------------------------------------------------------------- .../integration/amqp/AmqpClientTestSupport.java | 67 ++--- .../amqp/AmqpDeliveryAnnotationsTest.java | 64 +++++ .../amqp/AmqpDescribedTypePayloadTest.java | 151 ++++++++++ .../integration/amqp/AmqpReceiverDrainTest.java | 165 +++++++++++ .../amqp/AmqpScheduledMessageTest.java | 136 +++++++++ .../integration/amqp/AmqpSendReceiveTest.java | 279 ++++++++++++++++++- 6 files changed, 823 insertions(+), 39 deletions(-) ----------------------------------------------------------------------
