Dashboard > QuickFIX/J > ... > Feature Wish List > Creating Sessions Dynamically
QuickFIX/J Log In | Sign Up   View a printable version of the current page.
Creating Sessions Dynamically
Added by Andres Glavina, last edited by Steve Bate on Mar 04, 2008  (view change)
Labels: 
(None)

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.

Are you able to publish the required changes ?

Posted by Wolfgang Grinfeld at Mar 03, 2008 17:48 | Permalink

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

Posted by Wolfgang Grinfeld at Mar 03, 2008 18:04 | Permalink

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.

Posted by Steve Bate at Mar 04, 2008 00:41 | Permalink

 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.

Posted by Andres Glavina at Mar 05, 2008 20:56 | Permalink
Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.1.5a Build:#411 Mar 16, 2006) - Bug/feature request - Contact Administrators

SourceForge.net Logo