Replies: 1 comment
-
If you want to consume a message such that it won’t be automatically re-queued in case of a consumer failure, just use a consumer with the automatic acknowledgment mode. This is a feature provide by a messaging client, not an HTTP API client like this one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team,
Do you have any ways to get a message in message_ready state that wouldn't be enqueued in abnormal situation?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions