Re: AW: Symmetric routes

2011-05-30 Thread Stephen Bate
Glattfelder, I think that in some cases it would make sense to support the InOut MEP for FIX. Certain pairs of FIX message types are logically a request-reply pair. Order execution is not in that category because of the multiple asynchrnous replies, but a FIX OrderStatusRequest could potentially b

Re: Camel-quickfix logging

2010-11-10 Thread Stephen Bate
Vid and Claus, QuickFIX/J currently loads the settings file by itself. The SessionSettings class interface isn't a great fit for direct usage in an IoC framework but we could investigate some type of adapter (e.g., a Spring factory bean) that would allow it to be configured and injected into the c

Re: Camel-quickfix logging

2010-11-09 Thread Stephen Bate
It's already committed to the trunk. The issue number is CAMEL-3318. To use the updated component, just put SLF4J settings in your QFJ settings file and the component will automatically create the SLF4JLogFactory. You'll also need the slf4j-log4j12-*.jar bindings in your classpath if you're using l

Re: Camel-quickfix logging

2010-11-05 Thread Stephen Bate
Hello Vid, Unfortunately, the SLFJ support in the QuickFIX/J component was somehow forgotten. It currently supports the ScreenLog, FileLog and JdbcLog. I'll submit a patch this weekend to provide support for the SLFJLog and for custom log (and message store) implementations. Regards, Steve On

Re: Camel-QuickFIX - JMX console to invoke quickfix server operations

2010-09-21 Thread Stephen Bate
Hello Vid, I'm not a Camel committer. I've made the code available to the Camel developers and they are reviewing it and will probably want to make a few changes. My guess is that it will be a week or two before it's available in the Camel trunk. Regards, Steve On 9/19/10 7:19 PM, "vcheruvu"

Re: Camel-QuickFIX - JMX console to invoke quickfix server operations

2010-09-15 Thread Stephen Bate
Hello Bengt, I've started working with Hadrian to contribute updates to the QuickFIX/J component. After reading this thread, I've added the ability to export the QFJ JMX MBeans. The new component addresses some of the issues you've raised in JIRA. The component will infer which log and message st