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 818a082 commit 22768dcCopy full SHA for 22768dc
test/src/com/rabbitmq/client/test/functional/Reject.java
@@ -78,7 +78,7 @@ public void testReject()
78
channel.basicQos(0); //some synchronous command
79
fail();
80
} catch (IOException ioe) {
81
- checkShutdownSignal(AMQP.NOT_FOUND, ioe);
+ checkShutdownSignal(AMQP.PRECONDITION_FAILED, ioe);
82
}
83
84
0 commit comments