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
final I got a not clear error showed below:
com.amazonaws.services.sqs.model.AmazonSQSException: The queue should either have ContentBasedDeduplication enabled or MessageDeduplicationId provided explicitly (Service: AmazonSQS; Status Code: 400; Error Code: InvalidParameterValue; Request ID: ca1075f7-6817-593a-9742-2d3ea830206a; Proxy: null)
Is there anyone who has more experiences or knowledge to help me resolve it?
I tried to use java sdk v2 to connect the FIFO queue successfully as well.
The text was updated successfully, but these errors were encountered:
To whom it my concern,
I tried to use this library to talk to a FIFO queue with configuration items JMSXGroupID and JMS_SQS_DeduplicationId, these items are able to be found from official document below.
https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/getting-started.html
final I got a not clear error showed below:
com.amazonaws.services.sqs.model.AmazonSQSException: The queue should either have ContentBasedDeduplication enabled or MessageDeduplicationId provided explicitly (Service: AmazonSQS; Status Code: 400; Error Code: InvalidParameterValue; Request ID: ca1075f7-6817-593a-9742-2d3ea830206a; Proxy: null)
Is there anyone who has more experiences or knowledge to help me resolve it?
I tried to use java sdk v2 to connect the FIFO queue successfully as well.
The text was updated successfully, but these errors were encountered: