Re: Not acquiring message from SQS in timely manner

2017-02-02 Thread ben_979
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

Not acquiring message from SQS in timely manner

2017-02-01 Thread ben_979
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