We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f12c0 commit 58b04fcCopy full SHA for 58b04fc
src/test/java/com/rabbitmq/client/test/functional/Confirm.java
@@ -66,6 +66,12 @@ public void setUp() throws IOException, TimeoutException {
66
"confirm-multiple-queues");
67
}
68
69
+ @Override
70
+ protected void releaseResources() throws IOException {
71
+ super.releaseResources();
72
+ channel.queueDelete("confirm-durable-nonexclusive");
73
+ }
74
+
75
@Test public void persistentMandatoryCombinations()
76
throws IOException, InterruptedException, TimeoutException {
77
boolean b[] = { false, true };
0 commit comments