Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
kevinrlewis
Contributor II
Contributor II

tSQSInput only reads 3 messages when value is set to 10

Talend Big Data 6.4.1

 

I'm using the tSQSInput component to retrieve messages from an SQS queue.

0683p000009M2TU.png

I iterate and perform actions on the data until the queue is empty. Although, with the "Max number of message to return per request" set to 10, I only ever see a maximum of 3 being processed (and in flight on AWS console). Is this expected behavior from this component?

 

Thanks for any assistance.

Labels (3)
2 Replies
vapukov
Master II
Master II

Hi,

 

try to increase custom wait time

kevinrlewis
Contributor II
Contributor II
Author

@vapukov  I tried increasing custom wait time to the max of 20 and the component still only reads 3 messages at a time.

In the image below, parallel iteration is set to 10 but there are only ever 3 executions running.

0683p000009M2bM.png

0683p000009M2bR.png