rabbitmq-server icon indicating copy to clipboard operation
rabbitmq-server copied to clipboard

Set redelivery_count header

Open priviterag opened this issue 9 years ago • 2 comments

Extracted from https://github.com/rabbitmq/rabbitmq-stomp/issues/21, see this thread.

We need to count redeliveries in the core before this can be resolved.

priviterag avatar Sep 16 '15 15:09 priviterag

@priviterag please copy the relevant parts into this description and modify rabbitmq/rabbitmq-stomp#21's one.

michaelklishin avatar Sep 16 '15 15:09 michaelklishin

By the way, there are requirement to dead-letter message if it was redelivered several times without being acknowledged. Here https://www.rabbitmq.com/amqp-0-9-1-reference.html#class.basic I think it should be optional, but still current implementation miss it.

hairyhum avatar Dec 16 '15 09:12 hairyhum