I wanted to use camel and Quickfix combo in my project and I noticed this
warning (on http://camel.apache.org/quickfix.html) :

Warning: You cannot use a quickfix engine to send or receive messages in
both direction as the FIX protocol handle logon/logout sessions with
heartbeat messages which are send to verify if the server or client is still
alive in only one direction.

I'm not quite sure how to understand it as I managed to get camel to forward
a message from one endpoint to another like this: 

from("quickfix-server:server.cfg").to("quickfix-client:client.cfg");

(Listen for incoming fix messages and then forward them to a different
system)

Does the warning mean I would not be able to return an "ACK" type message to
whoever sent a message to my 'server' unless I configured another endpoint
to point back to them and an endpoint to target system I want to forward to? 
-- 
View this message in context: 
http://old.nabble.com/Quickfix-send-receive-messages-in-both-directions-tp27855316p27855316.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to