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 956ff5c commit 8ebf70dCopy full SHA for 8ebf70d
test/src/com/rabbitmq/client/test/functional/DeadLetterExchange.java
@@ -31,11 +31,7 @@ protected void createResources() throws IOException {
31
32
@Override
33
protected void releaseResources() throws IOException {
34
- try {
35
- channel.exchangeDelete(DLX);
36
- } catch (IOException err) {
37
- // whoosh!
38
- }
+ channel.exchangeDelete(DLX);
39
}
40
41
public void testDeclareQueueWithExistingDeadLetterExchange()
0 commit comments