You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this an issue that would prevent the extension from keeping messages even after "delete.messages = 'false'" is set? Because this is what I am experiencing now 1 year later. I can see the messages are consumed correctly but htey are also deleted and my other consumers can't consume them even though I've set the delete flag to False.
Description:
This line should use
"" + SQSConstants.DEFAULT_DELETE_AFTER_CONSUME
rather than
"" + SQSConstants.DELETE_MESSAGES_NAME
Suggested Labels:
Suggested Assignees:
Affected Product Version:
OS, DB, other environment details and versions:
Steps to reproduce:
Related Issues:
The text was updated successfully, but these errors were encountered: