Merge branch 'CAMEL-7184' of https://github.com/grgrzybek/camel
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/16f112aa Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/16f112aa Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/16f112aa Branch: refs/heads/master Commit: 16f112aa0a4953b1e3f11addca9cb6c6d90dffc4 Parents: 1099b8c afb9e70 Author: Claus Ibsen <davscl...@apache.org> Authored: Tue Feb 11 11:45:21 2014 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Tue Feb 11 11:45:21 2014 +0100 ---------------------------------------------------------------------- .../component/quickfixj/QuickfixjComponent.java | 37 ++++++- .../component/quickfixj/QuickfixjEndpoint.java | 14 +++ .../component/quickfixj/QuickfixjEngine.java | 70 +++++++++++-- .../component/quickfixj/QuickfixjProducer.java | 2 + .../quickfixj/QuickfixjComponentTest.java | 100 ++++++++++++++++++- .../quickfixj/QuickfixjLazyProducerTest.java | 85 ++++++++++++++++ .../quickfixj/QuickfixjProducerTest.java | 1 + .../quickfixj/QuickfixjSpringTest.java | 7 ++ .../camel/component/quickfixj/TestSupport.java | 8 +- .../quickfixj/QuickfixjSpringTest-context.xml | 20 ++++ 10 files changed, 324 insertions(+), 20 deletions(-) ----------------------------------------------------------------------