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.
2 parents b3bd4c7 + 6028672 commit f448f28Copy full SHA for f448f28
README-EXAMPLES
@@ -82,3 +82,4 @@ SpammyTopicProducer - Sends lots of different topic messages over AMQP.
82
StressPersister - Stress test for persister.
83
TestMain - RabbitMQ server regression tests.
84
TracerConcurrencyTest - Tests correct concurrency behaviour of RabbitMQ tracer.
85
+
test/src/com/rabbitmq/client/test/functional/QosTests.java
@@ -377,7 +377,7 @@ public void testRecoverReducesLimit() throws Exception {
377
channel.basicRecover(true);
378
drain(c, 2);
379
}
380
-
381
protected void runLimitTests(int limit,
382
boolean multiAck,
383
boolean txMode,
0 commit comments