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 -
    queue.getMessages()
    to return an array[] will helps us to find if a message already exists with retry
  • Get count -
    queue.getCount()
    to return the number of messages currently in queue to wait or move some tasks to other services.
  • Is retried -
    message.retryCount()
    to get if a message is already retried > 3 times to take action
thanks for such an amazing product ❤️
Was this page helpful?