QuickFIX/J

session management

Details

  • Type: Other Other
  • Status: Closed Closed
  • Priority: Default Default
  • Resolution: Fixed
  • Affects Version/s: 1.0.4, 1.0.5
  • Fix Version/s: None
  • Component/s: Engine
  • Labels:
    None
  • Environment:
    test

Description

Currently the default Acceptor implementation expect the sessions to be pre-defined in the config file. Is it possible to dynamically create sessions after the connections are made? My plan is to have some kind of authentication and I want to load session dynamically. Any quick suggestion or example code available somewhere?

My goal is
1) Start aceptor using quickfix SocketAcceptor
2) a way to get the logon message to the message handler
3) the message handler then create the session or start the session

Thanks for the help in advance.


Issue Links

Activity

Hide
Steve Bate added a comment - 11/Jan/07 8:50 PM

Hello Rohit,

Currently the sessions can only be defined statically. I'd like to support dynamic session creation, but I haven't had time yet.

Steve

Show
Steve Bate added a comment - 11/Jan/07 8:50 PM Hello Rohit, Currently the sessions can only be defined statically. I'd like to support dynamic session creation, but I haven't had time yet. Steve
Hide
rohit added a comment - 12/Jan/07 2:14 PM

Thanks Steve. I iwill mplement my own IOHandler and the Acceptor for this.

Show
rohit added a comment - 12/Jan/07 2:14 PM Thanks Steve. I iwill mplement my own IOHandler and the Acceptor for this.

People

Vote (0)
Watch (0)

Dates

  • Created:
    11/Jan/07 6:17 PM
    Updated:
    26/Apr/07 2:48 AM
    Resolved:
    11/Jan/07 8:50 PM