You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Beat Glattfelder (JIRA)" <ji...@apache.org> on 2010/09/29 23:28:41 UTC

[jira] Commented: (CAMEL-2536) Improved quickfix component

    [ https://issues.apache.org/activemq/browse/CAMEL-2536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62234#action_62234 ] 

Beat Glattfelder commented on CAMEL-2536:
-----------------------------------------

  Hadrian,
thanks for the information, I indeed was not following this thread cause 
I was not aware of it.
I will take a look at Steve's work once I get a chance to, but stick to 
the rewrite I had submitted here for the time being.




> Improved quickfix component
> ---------------------------
>
>                 Key: CAMEL-2536
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2536
>             Project: Apache Camel
>          Issue Type: Improvement
>            Reporter: Beat Glattfelder
>            Assignee: Hadrian Zbarcea
>             Fix For: 2.5.0
>
>         Attachments: camel-quickfix.zip
>
>
> Looking into rewriting our Java based order routing system using camel, I ran into several issues with the camel-quickfix component that comes with 2.1.0.  I therefore wrote a new component based on the quickfix driver code from our old app, and successfully ported our system. I would be very glad to contribute the improved component to the project, so please have a look whether you think it's usable.
> The main features are:
> The quickfix endpoint URL identifies a FIX session through its quickfix seesion id which is based on the sessions CompIds, thus allowing the setup of multiple sessions in one file and a concise identification of the endpoint
> All Endpoints are producers as well a consumers, thus matching the asynchronous, bidirectional nature of a FIX session. Whether a session initiates a connetions or waits for one is configured in the quickfix config file.
> All quickfix features (message store persistence, logging, threading model, JMX support, config file) can be configured through dependency injection, see the class QuickfixConfig.java and the quickfix config quide.
> The example PassiveFixGateway demonstrates a simple FIX relay, routing messages between two FIX sessions in both directions. To run it, build the component, cd into traget/test-classes and run it. FIX Messages sent to one endpoint will appear on the other.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.