Re: Handling unsuccessful Session.send in Quickfix component

2012-05-13 Thread Marek Strejczek
I've just attached a patch to the JIRA issue. https://issues.apache.org/jira/browse/CAMEL-5247 -- View this message in context: http://camel.465427.n5.nabble.com/Handling-unsuccessful-Session-send-in-Quickfix-component-tp5680836p5708421.html Sent from the Camel - Users mailing list archive at Nab

Re: Handling unsuccessful Session.send in Quickfix component

2012-05-09 Thread Marek Strejczek
Thanks for the responses, I'll update the JIRA and submit the patch as soon as I get some time (hopefully this weekend) - I've implemented the change locally (a little different than the one mentioned in the original post) and it seems to work fine. -- View this message in context: http://camel.4

Re: Handling unsuccessful Session.send in Quickfix component

2012-05-05 Thread Claus Ibsen
Hi I logged a JIRA ticket. Patches is welcome https://issues.apache.org/jira/browse/CAMEL-5247 On Thu, May 3, 2012 at 6:05 AM, Claus Ibsen wrote: > On Thu, May 3, 2012 at 12:14 AM, Hadrian Zbarcea wrote: >> Is there some code you wanted to show that's missing? >> Hadrian >> > > Ah looks like h

Re: Handling unsuccessful Session.send in Quickfix component

2012-05-02 Thread Claus Ibsen
On Thu, May 3, 2012 at 12:14 AM, Hadrian Zbarcea wrote: > Is there some code you wanted to show that's missing? > Hadrian > Ah looks like he posted a html mail from Nabble, where the code was filtered out on our mailing list. If you click the nabble link you can see the code http://camel.465427.

Re: Handling unsuccessful Session.send in Quickfix component

2012-05-02 Thread Hadrian Zbarcea
Is there some code you wanted to show that's missing? Hadrian On 05/02/2012 11:18 AM, Marek Strejczek wrote: My use case requires to know whether the FIX message was sent successfully to the counterparty or not. Camel-Quickfix doesn't allow me to obtain this information, as it ignores the result

Handling unsuccessful Session.send in Quickfix component

2012-05-02 Thread Marek Strejczek
My use case requires to know whether the FIX message was sent successfully to the counterparty or not. Camel-Quickfix doesn't allow me to obtain this information, as it ignores the result of the Session.send invocation. I think about the following solution: replace in QuickfixjConsumer.sendOutMessa