Re: Quickfix send/receive messages in both directions

2010-04-20 Thread Claus Ibsen
lan. Remember Camel is just "syntax sugar". The hard work is in the integration with QuickFix. If you have any issues with Camel let us know. Mostly the Camel component should do is to bind to/from QuickFix to the Camel Exchange which is the carrier of the messages being routed in Camel.

Re: Quickfix send/receive messages in both directions

2010-04-16 Thread Steve Bate
ive, they are just sending and receiving messages between FIX sessions. Any initiator/acceptor issues are handled by whoever is configuring the FIX engine through creating the QFJ settings file. Is this a reasonable approache? Regards, Steve Bate -- View this message in context: http://old

Re: Quickfix send/receive messages in both directions

2010-03-23 Thread kostabanderas
bove - any help would be appreciated. Thanks! -- View this message in context: http://old.nabble.com/Quickfix-send-receive-messages-in-both-directions-tp27855316p27999544.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Quickfix send/receive messages in both directions

2010-03-19 Thread Charles Moulliard
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 &g

Re: Quickfix send/receive messages in both directions

2010-03-19 Thread kostabanderas
t; >> 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 &quo

Re: Quickfix send/receive messages in both directions

2010-03-12 Thread Charles Moulliard
gt; 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. > >

Re: Quickfix send/receive messages in both directions

2010-03-11 Thread Claus Ibsen
nless 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 - Use

Quickfix send/receive messages in both directions

2010-03-10 Thread grabiarz
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.