I am using Azure Service bus and at the moment there is a process that is sending messages that could not be delivered to a dead letter message queue. However, if after a day the message on the dead letter queue has not been re-queued I would like it to be automatically deleted from it.
According to Microsoft's documentation the messages time-to-live is not observed, so I am not sure how to purge the messages that are over a day old.