A project to make SQS easier to use within NestJS, with decorator-based handling and seamless NestJS-way integration.
214
stars
53
forks
source link
QUESTION: FIFO queue message still available after consumer fetch #52
Closed
arashkevich25 closed 1 year ago
Hello, the first questiion why fifo queue still keep messages after consumer fetch it ?
after finish handle it, the consumer fetch the same message again and again
Here is queue config
if I change batch flag from true to false then consumer have a lot the same message without waiting handler finish.
What is wrong here?
my version
"@ssut/nestjs-sqs": "^2.0.0",