GitHub user saurabhksingh reopened a pull request: https://github.com/apache/camel/pull/15
making change so that we can use camel-aws integration to make use of ot... ...her implementations of AmazonSQS instead of tightly binding it to AmazonSQSClient. making change so that we can use camel-aws integration to make use of other implementations of AmazonSQS instead of tightly binding it to AmazonSQSClient. For example this also allows us to make use of AmazonSQSBufferedAsyncClient if we want to. You can merge this pull request into a Git repository by running: $ git pull https://github.com/saurabhksingh/camel trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/15.patch ---- commit 9030299add2a60e2938dbd8dafbf8e589ebef519 Author: Saurabh Kr Singh <saurabh.n...@gmail.com> Date: 2013-03-12T15:01:07Z making change so that we can use camel-aws integration to make use of other implementations of AmazonSQS instead of tightly binding it to AmazonSQSClient. making change so that we can use camel-aws integration to make use of other implementations of AmazonSQS instead of tightly binding it to AmazonSQSClient. For example this also allows us to make use of AmazonSQSBufferedAsyncClient if we want to. commit f7de9320b1fb4994c0dba4b3ad2821358b4e6222 Author: Saurabh Kr Singh <saurabh.n...@gmail.com> Date: 2013-03-12T15:40:33Z reverting unnecessary change ----