raol / amazon-sqs-net-extended-client-lib

Extension to Amazon SQS that adds support for sending and receiving messages greater than 256K
Apache License 2.0
39 stars 33 forks source link

Error when send the messages by using the SendMessageBatchAsync #30

Open andregf81 opened 2 years ago

andregf81 commented 2 years ago

Every time that the process try to send the batch with around 14 messages, it create one batch with 10 and another with 4, that is throwing an error saying: "An item with the same key has already been added", this error occur after I updated the component with the last version 1.5.0.

By using the version 1.0.0.10 I am getting the error.: "Message attribute name SQSLargePayloadSize is reserved for use by SQS extended".