Hi
OnException should be before the "route stuff". So it should be
FROM
ON EXCEPTION ... END
ROUTE STUFF
Also Camel 2.2 is rather old. And mind that the quickfix component was
re-written in Camel 2.5 or there abouts by the quickfix project lead.
So in later Camel releases the camel-quickfix
Hi,
Your camel version is too old, can you try to use the latest released
camel 2.8.3?
On Thu Dec 22 01:18:43 2011, sso wrote:
Hello,
I'm new in camel-quickfix I would like to catch a event when my endpoint is
disconecting.
I tried to do this :
CamelContext c = (CamelContex