Hi,
I've tried the following with the latest released version (0.8.2) and the latest code (commit SHA 67d217b44f95348ec7937dc552ad09c189200ebd).
I'm using the NodeJS aws-sdk in a NodeJS application. It is sending a large volume of messages to 1 queue (approx 22k messages). I've tried sending them asynchronously, as well as 1 at a time and both methods fail.
Every time it fails with the following error (different MD5 hashes each time):
"sendMessage returned an invalid MD5 response. Got "df2bc53e03f1bb6960d440b850f5c754", expecting "a4cca62be1778904276d964803ec1aab"."
It doesn't fail on the same message every time, which makes me think it could be a race condition.
Has anyone seen this before? I am hoping its my set-up, as I'm assuming someone else would have spotted something like this before now! Note that it works fine when using the *real* AWS SQS
Thanks in advance
John