Skip to end of metadata
Go to start of metadata

These are ideas for QuickFIX/J features. If you are interested in participating in development, update one of the Wiki pages with your ideas or contact the QFJ users mailing list (subscription required) to discuss it further.

Bold items are currently being worked on...

  • No labels

1 Comment

  1. Hi All,

    I'm really new to this community and this is my 1st comment. We are using QuickFix library for our application. There is a requirement received to handle the fail-over scenario for initiator session as below.

    1. If a disconnection experienced for the primary host(SocketAcceptHost), We should try the same connection for a configurable times.
    2. If all the retry attempts are failed only we need to start trying to the other hosts(SocketAcceptHost1, SocketAcceptHost2...SocketAcceptHost[N]).

    As of my understanding, the above requirement is not available with existing code and it seems doable while introducing new parameter to the class "IoSessionInitiator". Please be kind enough to advise me further on this.

    As i mentioned, I'm really new to this community and i'm not sure this is the right place to discuss this. If it is not please someone point me to the right direction. Thanks in advance.