I'm trying to consume multiple exchanges from an SQS endpoint with autoack
disabled, but SqsConsumer blocks on completion of the first one that
arrives.  I could have each of my workers poll SQS separately, but this will
increase the number of requests by a factor of the number of workers, which
doesn't seem right.

This patch to SqsConsumer in 2.8.4 seems to accomplish what I want, but I
don't know if it's safe or the best way to go about things:

https://gist.github.com/2126164

I'm working with a limited understanding of Camel's internals, so hopefully
someone can shed some light. =)

Thanks,

- Dan


--
View this message in context: 
http://camel.465427.n5.nabble.com/Better-Way-to-Achieve-Parallel-Processing-of-SQS-Messages-tp5578135p5578135.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to