That the messages are not expiring was confirmed by the other team which is reading the queue. The queue was building up and the messages are not getting deleted from the queue.
I am setting the expiry property in the message, but the message is still not expiring. Do I need to set another parameter? Need help with the actual code pls.
Any ...
I am using C# and currently sending a message to a queue. Once message arrives at the target queue, I would like for the message to expire within two minutes to prevent queue buildup. How do I do th ...