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
If the MessageGroupId the send message fails for FIFO queues.
I "hacked" a generated MessageGroupId for each message and set the field, and it worked.
However, I am wondering if it would be possible to set the MessageGroupId based on the src message? I'm not familiar enough with Go or the AWS SQS messages go api to provide a proper solution. Also, I have not tested my change for non-FIFO queues.
The text was updated successfully, but these errors were encountered:
If the MessageGroupId the send message fails for FIFO queues.
I "hacked" a generated MessageGroupId for each message and set the field, and it worked.
However, I am wondering if it would be possible to set the MessageGroupId based on the src message? I'm not familiar enough with Go or the AWS SQS messages go api to provide a proper solution. Also, I have not tested my change for non-FIFO queues.
The text was updated successfully, but these errors were encountered: