Validity of nsq messages

can I set the validity period when I first contact nsq,nsq to publish a message?
and subscribers have not consumed messages all the time. Can you set the validity period of messages like redis?

Mar.05,2021

nsq has no plans to support this feature for the time being. In my opinion, you can record the timestamp of the message and judge whether it is valid when the consumer consumes. This is in line with the basic semantics of the message queue, which is only responsible for delivering the message as a middleware. It is not responsible for processing messages (such as deletion). For more information on
, please see https://github.com/nsqio/nsq/.

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2b9c1-2baa2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2b9c1-2baa2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?