rabbitevents icon indicating copy to clipboard operation
rabbitevents copied to clipboard

Add option --message-ttl

Open masterjus opened this issue 2 years ago • 1 comments

There's the option --tries which tells how many times a Message could be handled. But there's the problem if a Message becomes outdated. If there's still possible tries but a Message is already expired, it sould be skept and removed from a queue.

The --message-life-time (could be ranamed if necessary) should set the number of seconds in which a message should be handled.

masterjus avatar Mar 16 '22 10:03 masterjus

First of all, let's call it --message-ttl

masterjus avatar Mar 18 '22 09:03 masterjus

It's already implemented as --timeout option.

eugene-nuwber avatar Jan 12 '24 14:01 eugene-nuwber