apache / camel-kamelets

Apache Camel Kamelets Repository
https://camel.apache.org
Apache License 2.0
53 stars 73 forks source link

Add parameter to configure maxMessagesPerPoll for in aws-sqs-source Kemelet #2118

Closed jakubmalek closed 1 month ago

jakubmalek commented 1 month ago

The {{Sqs2Endpoint}} can be configured with maxMessagesPerPoll parameter, which is translated into the maxNumberOfMessages parameter for the AWSA SQS client. The aws-sqs-source Kamelet should be extended to support configuration is this parameter.

It should also be possible to configure the visibilityTimeout and waitTimeSeconds parameters.

oscerd commented 1 month ago

This will go in 4.8.0 and so it will be in the next CKC 4.8.0 LTS release.

jakubmalek commented 1 month ago

@oscerd I've already opened a PR to add those parameters :)

oscerd commented 1 month ago

Great!

oscerd commented 1 month ago

I'll review later