File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
test/src/com/rabbitmq/client/test/functional Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ protected void createResources() throws IOException {
1515
1616 @ Override
1717 protected void releaseResources () throws IOException {
18- // this.channel.queueUnbind(TTL_QUEUE_NAME, TTL_EXCHANGE, TTL_QUEUE_NAME);
19- // this.channel.queueDelete(TTL_QUEUE_NAME);
2018 super .releaseResources ();
2119 }
2220
@@ -61,9 +59,6 @@ public void testTTLMustBePositive() throws Exception {
6159 }
6260
6361 public void testMessagesExpireWhenUsingBasicGet () throws Exception {
64- // this seems quite timing dependent - would it not be better
65- // to test this by setting up a DLX and verifying that the
66- // expired messages have been sent there instead?
6762 publish (MSG [0 ], 200 );
6863 Thread .sleep (1000 );
6964
You can’t perform that action at this time.
0 commit comments