Reputation: 13321
How can I define x-message-ttl
for a RabbitMQ queue with Symfony Messenger?
I see it is used with the DelayStamp
, but I don't want to setup a Delay. I would simply like messages to drop if they are not handled within a certain time frame. I don't see it referenced anywhere else in the source code.
The only documentation I can find is for the old method of using the OldSound RabbitMq package.
Upvotes: 1
Views: 1039