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 518ed8c commit e74afb7Copy full SHA for e74afb7
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