rabbitmq-jms-client icon indicating copy to clipboard operation
rabbitmq-jms-client copied to clipboard

Make JMSXDeliveryCount mandatory

Open acogoluegnes opened this issue 3 years ago • 0 comments

The header is set on every message:

  • to 1 for each message which is not redelivered
  • to the value of the AMQP x-delivery-count header + 1 for a delivered message and if the header is present (for quorum queues only)
  • to 2 for a delivered message and if the AMQP x-delivery-count header is not present

References #180

acogoluegnes avatar Sep 27 '22 10:09 acogoluegnes