softwaremill / elasticmq

In-memory message queue with an Amazon SQS-compatible interface. Runs stand-alone or embedded.
https://softwaremill.com/open-source/
Apache License 2.0
2.46k stars 193 forks source link

fix: Handles MessageSystemAttributeNames #1005

Closed jkugiya closed 1 month ago

jkugiya commented 1 month ago

fixes #1004 Current implementation cannot handle recently added MessageSystemAttributeNames parameter.

micossow commented 1 month ago

Thanks for contribution!