Following up with a solution - long polling.
We had tried long polling with no improvement, but eventually got it to
work. We must have had something wrong with our tests. Sure enough,
something like:
receiveMessageWaitTimeSeconds=10
works for what we were after.
--
View this message in cont
We have an implementation where messages are being placed on an AWS SQS
queue and being consumed by Camel AWS. We are using concurrentConsumers = 1.
We are logging the polling of the queue as done by
org.apache.camel.component.aws.sqs.SqsConsumer .
The test consists of sending a message to SQS (f