GitHub user ajagnanan opened a pull request: https://github.com/apache/camel/pull/60
2 updates: auto re-connect logic for aws sqs and ability to send html emails for aws ses Hey guys, our team had a need for these two changes and I figure we open this pull request to get it in the main branch also. I based this off of the 2.13-SNAPSHOT branch. Thanks. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ajagnanan/camel master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/60.patch ---- commit 5b953a14ace0ea9367dede0cd9092677b438f711 Author: Adrian Jagnanan <ajagna...@gmail.com> Date: 2013-11-23T07:36:07Z Add reconnect logic for queues commit cd40474cceca5410688fe703086053956479ef40 Author: Adrian Jagnanan <ajagna...@gmail.com> Date: 2013-11-23T07:37:07Z add reconnect logic for queues commit bffe37bf53b29f4f68d7218fe711237cb11c2af6 Author: Adrian Jagnanan <ajagna...@gmail.com> Date: 2013-11-24T22:45:16Z Add ability to send html emails commit 2c8f5bbe1ee281bcd7bee463f7eb6884b1e07fda Author: Adrian Jagnanan <ajagna...@gmail.com> Date: 2013-11-24T22:46:24Z Add ability to send html emails ----