GitHub user grgrzybek opened a pull request: https://github.com/apache/camel/pull/94
Camel 7184 Here are the changes to let Camel lazily create QFJ engine. There's global property in `QuickfixjComponent` and an endpoint URI parameter (with higher priority). I neither is set it defaults to `false You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/camel CAMEL-7184 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/94.patch ---- commit e6f1bc4e923810aa789425fb2bb86b1e3e8f1f81 Author: Grzegorz Grzybek <ggrzy...@redhat.com> Date: 2014-02-11T10:04:00Z CAMEL-7184 Allow lazy creating QuickfixJ engines Introduced "lazyCreateEngines" component setting and "lazyCreateEngine" endpoint URI parameter. commit f294ba21e9c039edbea2e593cf44ac73d81d1bbe Author: Grzegorz Grzybek <ggrzy...@redhat.com> Date: 2014-02-11T10:15:03Z Preserve headers in QuickfixjProducer.process() ----