Is there a method to get the oldest queued message in a subscription without having to go through all of the messages and use getEnqueuedTimeUTC? The difficulty with this strategy is that if you don't finish the message, it will return to the top of the queue. In essence, I'll be stuck in an endless circle.
What is the best way to locate the oldest message in my subscription?