|
From: krishna s. R. <won...@gm...> - 2021-06-14 18:42:04
|
Hi Chris, Here, I'm trying to achieve the availability. Lets say, if the machine which is running QuickFIX Engine went down, We won't be able to communicate with other parties until we bring it up. Thanks, Sumanth. On Mon, Jun 14, 2021 at 3:42 PM Christoph John <chr...@ma...> wrote: > Hi, > > a FIX Session is more or less a point-to-point connection. That means the > same SessionID cannot be active on two different machines at the same time. > The message store (with sequence numbers and messages) should be accessed > exclusively by one connector. > > Let me ask this way: what do you want to achieve? You could of course set > up separate Sessions that access the same order management system for > example. > > Cheers, > Chris. > > > On 14.06.21 07:32, krishna sumanth Rachamadugu wrote: > > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > Hi, > > I'm new to FIX. I understood that it works on message sequence numbers and > felt a more tightly coupled way of communication between two parties. > > 1. Can we have a number of acceptors/initiators with the same session id > running on two different machines?. To be more precise, does it support > multi-tenant systems? > > > > > _______________________________________________ > Quickfixj-users mailing lis...@li...://lists.sourceforge.net/lists/listinfo/quickfixj-users > > > -- > Christoph John > Software Engineering > T +49 241 557...@ma... > > MACD GmbH > Oppenhoffallee 103 > 52066 Aachen, Germanywww.macd.com > > Amtsgericht Aachen: HRB 8151 > Ust.-Id: DE 813021663 > Geschäftsführer: George Macdonald > > |