ixixi / fluent-plugin-sqs

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

Add max_number_of_messages parameter #11

Closed hakobera closed 9 years ago

hakobera commented 9 years ago

Add max_number_of_messages parameter to control maximum number of messages to receive. Tuning this parameter can be improve message fetch performance.

This parameter is optional, and default value is not changed. So current user does not have to change their configuration.

http://docs.aws.amazon.com/AWSRubySDK/latest/AWS/SQS/Queue.html#receive_message-instance_method

ixixi commented 9 years ago

Released v1.5.0

thanks!