Relative Content

Tag Archive for amazon-sqsmasstransitaws-sqs-fifo

MassTransit: Batch Consumer of an Amazon SQS FIFO queue

I’m trying to configure a batch consumer for an Amazon SQS FIFO queue with no success, the consumer is always triggered on a single message-basis.
I guess this could be a limitation of FIFO queues, but it would be nice to get feedback from others.