Details
-
Type:
Other
-
Status:
Closed
-
Priority:
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.
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
| This issue is related to: | ||||
| QFJ-165 | Allow for dynamic definition of sessions |
|
|
|
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