Hi

Its Charles Moulliard who wrote that wiki page AFAIR.
Maybe he can tell why.

As said we would love someone to help with the camel-quickfix. So if
you have the time to help with both the wiki and the component that
would be great.


On Wed, Mar 10, 2010 at 9:24 PM, grabiarz <grabi...@gmail.com> wrote:
>
> 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.
>
>



-- 
Claus Ibsen
Apache Camel Committer

Author of Camel in Action: http://www.manning.com/ibsen/
Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Reply via email to