Repository: activemq-artemis Updated Branches: refs/heads/master cc4c3957b -> fc4d5edef
This closes #1211 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/fc4d5ede Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/fc4d5ede Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/fc4d5ede Branch: refs/heads/master Commit: fc4d5edefa2e8212c7757ef430baef2be0d18439 Parents: cc4c395 0260a30 Author: Clebert Suconic <[email protected]> Authored: Wed Apr 19 00:50:13 2017 -0400 Committer: Clebert Suconic <[email protected]> Committed: Wed Apr 19 00:50:13 2017 -0400 ---------------------------------------------------------------------- .../transport/amqp/client/AmqpConnection.java | 20 +- .../amqp/AmqpAnonymousRelayTest.java | 126 ++++++++ .../integration/amqp/AmqpClientTestSupport.java | 60 +++- .../amqp/AmqpDeliveryAnnotationsTest.java | 8 +- .../amqp/AmqpDescribedTypePayloadTest.java | 16 +- .../amqp/AmqpExpiredMessageTest.java | 42 +-- .../amqp/AmqpFailoverEndpointDiscoveryTest.java | 135 +++++++++ .../amqp/AmqpInboundConnectionTest.java | 255 ++++++++++++++++ .../integration/amqp/AmqpManagementTest.java | 68 +++++ .../amqp/AmqpMessagePriorityTest.java | 36 +-- .../integration/amqp/AmqpNettyFailoverTest.java | 141 --------- .../amqp/AmqpPresettledReceiverTest.java | 38 +-- .../amqp/AmqpReceiverDispositionTest.java | 19 +- .../integration/amqp/AmqpReceiverDrainTest.java | 20 +- .../amqp/AmqpReceiverWithFiltersTest.java | 12 +- .../amqp/AmqpScheduledMessageTest.java | 193 +++++++++---- .../integration/amqp/AmqpSecurityTest.java | 14 +- .../integration/amqp/AmqpSendReceiveTest.java | 114 ++++---- .../tests/integration/amqp/AmqpTestSupport.java | 12 +- .../integration/amqp/AmqpTransactionTest.java | 90 +++--- .../tests/integration/amqp/ProtonTest.java | 289 +------------------ 21 files changed, 1001 insertions(+), 707 deletions(-) ----------------------------------------------------------------------
