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 b35b6b7 commit 4709b3aCopy full SHA for 4709b3a
test/src/com/rabbitmq/client/test/functional/DefaultExchange.java
@@ -44,6 +44,7 @@ public void testDeleteDefaultExchange() throws IOException {
44
fail();
45
} catch (IOException ioe) {
46
checkShutdownSignal(AMQP.ACCESS_REFUSED, ioe);
47
+ channel = connection.createChannel();
48
}
49
try {
50
channel.exchangeDelete("amq.default");
0 commit comments