ixixi / fluent-plugin-sqs

Store fluent-event as queue message to Amazon SQS.
35 stars 53 forks source link

Add FIFO Queue config parameter #37

Closed takanamito closed 6 years ago

takanamito commented 6 years ago

Hi @ixixi .

I add MessageGroupId parameter to out_sqs plugin. This parameter is required to FIFO queue.

To send a message to a FIFO queue, type text into the Message Body, type the Message Group ID (required) and the Message Deduplication ID (required) and then choose Send Message. https://aws.amazon.com/sqs/faqs/?nc1=h_ls

MessageDuplicationID is not set in this PR. So it is required to set ContentBasedDeduplication true when creating SQS queue.