Re: [Quickfix-developers] Multiple connections
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2005-08-03 16:04:46
|
More generally, this isn't possible with FIX. You cannot have to =20 simultaneous connections to the same session. I think what they were =20= telling you is that you can connect once, and then tag your messages =20 with a SenderSubID to identify the source of your messages. My guess =20= is that you will need some sort of hub that will accept messages from =20= multiple sources and tag the outgoing messages with an appropriate =20 SenderSubID. --oren On Aug 3, 2005, at 10:37 AM, Christopher Kang wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/=20 > html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hello everyone. Thank you for the responses before, it was quite =20 > helpful. > I have another quick question about quickfix. Is it possible to use > quickfix to have multiple connections to one session? I am writing a > java application that initates the connection, but the other party > only allows one fix connection but said I can use the sendersubid to > distinguish between different computers. However, when I start my app > on my computer, and then try to start the same app on a different > computer, it can't login (since the other party won't let me) nor can > I figure out a way to "pretend" that the session has already > started... > > is this possible with quickfix? > > Thank you again for another tremendously successful open source =20 > project. > -Chris > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&op=3Dclick > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > |