Catalin Alexandru Zamfir created CAMEL-14888:
------------------------------------------------
Summary: When resuming an AWS2-SQS route using controlbus,
concurrent consumers seems not set
Key: CAMEL-14888
URL: https://issues.apache.org/jira/browse/CAMEL-14888
Project: Camel
Issue Type: Bug
Components: camel-aws2
Affects Versions: 3.2.0
Reporter: Catalin Alexandru Zamfir
We are starting an AWS2-SQS route and enabling it every 30m using the
controlbus component. We have set aws2-sqs concurrent consumers to 16. We have
about 200 S3 events to the SQS queue every 10m.
When we don't have the controlbus component route active, the AWS2 SQS route
starts with 16 consumers and immediately (in a couple of seconds) consumes the
entire queue even if we have thousands of events there. This was our default
way of working until deciding to introduce a 30m wait between consumption.
When we put the controlbus component performance degrades and consumption from
SQS seems to be done via one thread (one consumer) taking minutes for just 200
events.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)