[QFJ-125] session management Created: 11/Jan/07 Updated: 16/Aug/18 Resolved: 11/Jan/07 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | Engine |
Affects Version/s: | 1.0.4, 1.0.5 |
Fix Version/s: | None |
Type: | Other | Priority: | Default |
Reporter: | rohit | Assignee: | Steve Bate |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Environment: |
test |
Issue Links: |
|
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 Thanks for the help in advance. |
Comments |
Comment by Steve Bate [ 11/Jan/07 ] |
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 |
Comment by rohit [ 12/Jan/07 ] |
Thanks Steve. I iwill mplement my own IOHandler and the Acceptor for this. |
Comment by Kedarnath Patil [ 16/Aug/18 ] |
Hi Rohit, could you please elaborate more on this as i am having same issue to handle the multiple session. |