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 3cc658a + e74afb7 commit 59aefb8Copy full SHA for 59aefb8
src/main/java/com/rabbitmq/client/amqp/impl/AmqpQueueSpecification.java
@@ -266,8 +266,8 @@ public Management.QuorumQueueSpecification deadLetterStrategy(
266
267
@Override
268
public Management.QuorumQueueSpecification deliveryLimit(int limit) {
269
- validatePositive("x-max-delivery-limit", limit);
270
- this.parent.arg("x-max-delivery-limit", limit);
+ validatePositive("x-delivery-limit", limit);
+ this.parent.arg("x-delivery-limit", limit);
271
return this;
272
}
273
0 commit comments