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 4709b3a commit 0812f0eCopy full SHA for 0812f0e
test/src/com/rabbitmq/client/test/functional/DefaultExchange.java
@@ -44,13 +44,6 @@ 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");
51
- } catch (IOException ioe) {
52
- checkShutdownSignal(AMQP.ACCESS_REFUSED, ioe);
53
- }
54
-
55
56
0 commit comments