Skip to content

Commit 404f483

Browse files
No need to do passive queue.declare here any more
1 parent 2f2c610 commit 404f483

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/src/com/rabbitmq/client/test/functional/ConsumerCancelNotification.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,5 @@ public void testConsumerCancellationHandlerUsesBlockingOperations()
130130
channel.queueDelete(queue);
131131

132132
latch.await(500, TimeUnit.MILLISECONDS);
133-
// verify that handleCancel succeeded declaring the queue
134-
channel.queueDeclarePassive(altQueue);
135133
}
136134
}

0 commit comments

Comments
 (0)