[QFJ-591] Can multiple SocketAcceptPort be mapped to one SocketConnectPort Created: 03/May/11 Updated: 03/May/11 |
|
Status: | Open |
Project: | QuickFIX/J |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Improvement | Priority: | Default |
Reporter: | Sasmit Sahu | Assignee: | Unassigned |
Resolution: | Unresolved | Votes: | 0 |
Labels: | QuickfixJ, session |
Description |
Hi, We have a requirement where we have one SocketConnectPort, SenderCompID and TargetCompID three diffrent internal testing environment.We need atleast 3 distinct sessions to cater to each of our internal environment.But as we have only one SocketConnectPort, how can we create 3 distinct session with same SenderCompID and TargetCompID ?Is it possible map multiple SocketAcceptPort be mapped to one SocketConnectPort.Or is there some obvious way to solve this issue which I am missing. Thanks in advance. |
Comments |
Comment by Steve Bate [ 03/May/11 ] |
I you have 3 distinct sessions, you should have 3 distinct session identifiers. Each of the distinct sessions can connect to the same acceptor port. |