bug: SQS FIFO queue: no messages after the first receive call #12600
Labels
aws:sqs
Amazon Simple Queue Service
status: backlog
Triaged but not yet being worked on
type: bug
Bug report
Uh oh!
There was an error while loading. Please reload this page.
Is there an existing issue for this?
Current Behavior
Hello, several people at my work have noticed this behavior with localstack where a FIFO queue will successfully return messages on the first receive, but then not on subsequent receives. This script demonstrates the behavior:
you'll see on the first iteration of the loop we get messages, on subsequent ones we get
[]
. And interestingly if you run this script again, you'll get[]
on all 3 loops.I'm using the
localstack/localstack:latest
docker imageExpected Behavior
We should see messages each time they are put into the queue
How are you starting LocalStack?
With a docker-compose file
Steps To Reproduce
How are you starting localstack (e.g.,
bin/localstack
command, arguments, ordocker-compose.yml
)Client commands (e.g., AWS SDK code snippet, or sequence of "awslocal" commands)
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: