GitHub user klauss42 opened a pull request: https://github.com/apache/camel/pull/72
ZooKeeperProducer does not stop ZooKeeper threads if Camel context ist stopped Added overloaded doStop() method to shutdown ZooKeeperConnectionManager You can merge this pull request into a Git repository by running: $ git pull https://github.com/klauss42/camel master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/72.patch ---- commit 491e07dbb941818b00fec9cfa256931e78dd480a Author: Klaus SchroÌder <klaus.schroe...@next-audience.com> Date: 2013-12-19T13:13:16Z ZooKeeperProducer does not stop ZooKeeper threads if Camel context ist stopped. Added overloaded doStop() method to shutdown ZooKeeperConnectionManager ----