mbroadst / qamqp

AMQP 0.9.1 implementation for Qt
Other
151 stars 127 forks source link

Is there an API for setting TTL (Time to Live) argument or policies for messages and queues #88

Open THEWORMJR opened 2 months ago

THEWORMJR commented 2 months ago

I want to ensure the timeliness of the messages, so if the duration of a message in the queue surpasses its TTL, the message will expire and be discarded.