Can I also add few more suggestion ? - Get messages - `queue.getMessages()` to return an array[] w
Can I also add few more suggestion ?

- Get messages -
to return an array[] will helps us to find if a message already exists with retryqueue.getMessages() - Get count -
to return the number of messages currently in queue to wait or move some tasks to other services.queue.getCount() - Is retried -
to get if a message is already retried > 3 times to take actionmessage.retryCount()





