Azure Message Queue messages have a maximum time to live of 7 days. Ugh why? I'd like my message to have an infinite time to live and wait in the queue until I get around to processing it. If not for this bizarre 7 day limit Azure queues would be a perfect solution for me. I have a whole 100TB storage account backing my Queue, why can't I use it?
I'm hoping someone has an idea for a workaround or solution to this problem. Any ideas?