We are using an Injector application which starts a Quickfix Acceptor
connection at a IP/port .

Then we start the camel routes on a separate VM as Initiator using Camel
quickfix component.

Once FIX session is established and  heartbeat messages are exchanged we
send messages from our
Injector app to Camel app.

In camel if I define a route like this

<route 1>
  <from quickfix>
  <to file C:/trades>
<route 1>

I do receive 100 files in the directory every time I test.

I am doing this between successive sends
TimeUnit.MILLISECONDS.sleep(messageSendIntervalInMilliSeconds);



--
View this message in context: 
http://camel.465427.n5.nabble.com/Quickfix-to-Direct-message-loss-tp5730892p5730947.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to