Open tecoad opened 1 month ago
Thanks for the report! You're correct:
Oh, ok! Thanks for the quick answer @poundifdef The project looks promising, I hope it evolves! It would be nice to update readme with progress and currently (un)available features, so many coming to be issues will be avoided as well.
Hi @poundifdef ,
I just jumped for testing the tool as replacement for SQS, however i cannot reproduce sucessfuly the FIFO queue with per message group ID throughput limit.
This works in aws but not in smoothmq:
I can add values to the queue, but the FIFO per messageGroupId is not being respected as it should be (records from the same message group returns in the immediate subsequent ReceiveMessageCommand.) The only difference I can notice is that AWS states that fifo queues should end with .fifo, however if i try to create this with as queuename 'test2.fifo', i get the " SQSServiceException [ValidationError]: Invalid request payload" error.
All same commands works fine in AWS but not in SmoothMq.
Another issue i noticed: hasnt delete queue been implemented? If i try to delete queue, i get 'UnsupportedOperation: SQS method AmazonSQS.DeleteQueue not implemented' error.
Thank you.