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 <be...@glattfelder.com> on 2010/04/07 10:41:55 UTC

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

Hi Claus

I have sent the CLA to the foundation by smail a couple of weeks ago, but
nothing happened so far. Is there something that needs to be done? I've seen
formal invitation is mentioned on the website. I may just have to send it
again?

Thanks,
Beat


JIRA jira@apache.org wrote:
> 
> 
>     [
> https://issues.apache.org/activemq/browse/CAMEL-2536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58169#action_58169
> ] 
> 
> Claus Ibsen commented on CAMEL-2536:
> ------------------------------------
> 
> Do you mind helping with the wiki documentation as well?
> 
> http://camel.apache.org/contributing.html
> 
> You may want to sign an ICLA to Apache, which allows you to edit wiki
> pages. And its also one step closer to become a committer etc.
> http://camel.apache.org/how-do-i-edit-the-website.html
> 
>> Improved quickfix component
>> ---------------------------
>>
>>                 Key: CAMEL-2536
>>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2536
>>             Project: Apache Camel
>>          Issue Type: Improvement
>>            Reporter: Beat Glattfelder
>>         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.
> 
> 
> 

-- 
View this message in context: http://old.nabble.com/-jira--Created%3A-%28CAMEL-2536%29-Improved-quickfix-component-tp27852895p28162102.html
Sent from the Camel Development mailing list archive at Nabble.com.


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

Posted by beat glattfelder <be...@glattfelder.com>.
No, I already checked it out but was not able to find it. I'll mail the
office again.


Claus Ibsen-2 wrote:
> 
> Hi
> 
> Can you find your name in this page?
> http://people.apache.org/~jim/committers.html#unlistedclas
> 
> 
> On Wed, Apr 7, 2010 at 10:41 AM, beat glattfelder <be...@glattfelder.com>
> wrote:
>>
>> Hi Claus
>>
>> I have sent the CLA to the foundation by smail a couple of weeks ago, but
>> nothing happened so far. Is there something that needs to be done? I've
>> seen
>> formal invitation is mentioned on the website. I may just have to send it
>> again?
>>
>> Thanks,
>> Beat
>>
>>
>> JIRA jira@apache.org wrote:
>>>
>>>
>>>     [
>>> https://issues.apache.org/activemq/browse/CAMEL-2536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58169#action_58169
>>> ]
>>>
>>> Claus Ibsen commented on CAMEL-2536:
>>> ------------------------------------
>>>
>>> Do you mind helping with the wiki documentation as well?
>>>
>>> http://camel.apache.org/contributing.html
>>>
>>> You may want to sign an ICLA to Apache, which allows you to edit wiki
>>> pages. And its also one step closer to become a committer etc.
>>> http://camel.apache.org/how-do-i-edit-the-website.html
>>>
>>>> Improved quickfix component
>>>> ---------------------------
>>>>
>>>>                 Key: CAMEL-2536
>>>>                 URL:
>>>> https://issues.apache.org/activemq/browse/CAMEL-2536
>>>>             Project: Apache Camel
>>>>          Issue Type: Improvement
>>>>            Reporter: Beat Glattfelder
>>>>         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.
>>>
>>>
>>>
>>
>> --
>> View this message in context:
>> http://old.nabble.com/-jira--Created%3A-%28CAMEL-2536%29-Improved-quickfix-component-tp27852895p28162102.html
>> Sent from the Camel Development mailing list archive at Nabble.com.
>>
>>
> 
> 
> 
> -- 
> Claus Ibsen
> Apache Camel Committer
> 
> Author of Camel in Action: http://www.manning.com/ibsen/
> Open Source Integration: http://fusesource.com
> Blog: http://davsclaus.blogspot.com/
> Twitter: http://twitter.com/davsclaus
> 
> 

-- 
View this message in context: http://old.nabble.com/-jira--Created%3A-%28CAMEL-2536%29-Improved-quickfix-component-tp27852895p28169539.html
Sent from the Camel Development mailing list archive at Nabble.com.


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

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

Can you find your name in this page?
http://people.apache.org/~jim/committers.html#unlistedclas


On Wed, Apr 7, 2010 at 10:41 AM, beat glattfelder <be...@glattfelder.com> wrote:
>
> Hi Claus
>
> I have sent the CLA to the foundation by smail a couple of weeks ago, but
> nothing happened so far. Is there something that needs to be done? I've seen
> formal invitation is mentioned on the website. I may just have to send it
> again?
>
> Thanks,
> Beat
>
>
> JIRA jira@apache.org wrote:
>>
>>
>>     [
>> https://issues.apache.org/activemq/browse/CAMEL-2536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58169#action_58169
>> ]
>>
>> Claus Ibsen commented on CAMEL-2536:
>> ------------------------------------
>>
>> Do you mind helping with the wiki documentation as well?
>>
>> http://camel.apache.org/contributing.html
>>
>> You may want to sign an ICLA to Apache, which allows you to edit wiki
>> pages. And its also one step closer to become a committer etc.
>> http://camel.apache.org/how-do-i-edit-the-website.html
>>
>>> Improved quickfix component
>>> ---------------------------
>>>
>>>                 Key: CAMEL-2536
>>>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2536
>>>             Project: Apache Camel
>>>          Issue Type: Improvement
>>>            Reporter: Beat Glattfelder
>>>         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.
>>
>>
>>
>
> --
> View this message in context: http://old.nabble.com/-jira--Created%3A-%28CAMEL-2536%29-Improved-quickfix-component-tp27852895p28162102.html
> Sent from the Camel Development mailing list archive at Nabble.com.
>
>



-- 
Claus Ibsen
Apache Camel Committer

Author of Camel in Action: http://www.manning.com/ibsen/
Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus