What would be the best approach to get all of the messages in a queue with as few calls as possible? Right now I'm doing a basic.get loop until the queue is empty, but I think there is probably a better way. Thanks, JD