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: FIFO queue zero delay #1009

Closed tmnsur closed 2 weeks ago

tmnsur commented 3 weeks ago

This PR aligns fifo queue delay behavior with aws sqs when the DelaySeconds attribute is sent as 0 in the message fixes: #890

micossow commented 2 weeks ago

Thanks for the contribution!