GitHub user FergusNelson opened a pull request: https://github.com/apache/camel/pull/48
fix for incorrect patch for 6767. Messages sould be acked only when the channel is NOT autoAck https://issues.apache.org/jira/browse/CAMEL-6767 You can merge this pull request into a Git repository by running: $ git pull https://github.com/FergusNelson/camel CAMEL-6767 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/48.patch ---- commit d164318fa2b1eb59636afa620853c78c0dbd75e1 Author: Fergus Nelson <fergus.nel...@gmail.com> Date: 2013-10-10T12:56:48Z fix for incorrect patch for 6767. Messages sould be acked only when the channel is NOT autoAck. ----