Creating Sessions Dynamically

Skip to end of metadata
Go to start of metadata

I've modified QuickFixJ in order to dynamically create Fix Sessions. It seems to work fine.

I'm wondering if this is a wished/planned feature.

Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. Mar 03, 2008

    Are you able to publish the required changes ?

  2. Mar 03, 2008

    See Spring integration in the wish-list : it mentions dynamic creation of FIX sessions.

  3. Mar 04, 2008

    This topic could be discussed more effectively on the mailing list. QFJ already supports dynamic acceptor sessions (since 1.3.0). Can you be more specific about what you've implemented and how? Thanks.

  4. Mar 05, 2008

     I wasn't aware that this feature was supported for Acceptors. I'm relatively new to QuickFixJ. Basically, What I've done is to synchronize the access of the sessions object in the SessionConnector class and created a method declared: 

        public Session addSession(SessionID sessionId) throws ConfigError, FieldConvertError,

     in all the acceptors and initiators. These methods implements the same code used when initializing the acceptor / initiator sessions.

    I'm aware that synchronization implies a performance penalty, but this feature could be very useful for us. I apologize for discussing this here. I'll use the mailing list in the future.