Re: My camel route not able to handle exception.

2013-09-14 Thread bhaumikananda
My problem with the above route - m using Camel 2.10.3 in my current project. Use case - I have a program which listens to income messages then persists the raw trade message into a DB and split the message into small sections based on some expression. This small sections are then transformed base

My camel route not able to handle exception.

2013-09-14 Thread bhaumikananda
http://camel.apache.org/schema/spring";> {{mySystem.route.jmsx.delivery.count}}

My camel route not able to handle exception.

2013-09-14 Thread bhaumikananda
I am using Camel 2.10.3 in my current project. Use case - I have a program which listens to income messages then persists the raw trade message into a DB and split the message into small sections based on some expression. This small sections are then transformed based on business logic and send to

Re: My camel route not able to handle exception.

2013-09-16 Thread bhaumikananda
** This incident I observed in my SIT server, and tried to recreate it in my local tomcat instance. But this has never reoccurred. I injected around 1500 messages in the queue while testing in my local tomcat instance, but as I said earlier this never reoccurred. -- View this message in context

Re: My camel route not able to handle exception.

2013-09-16 Thread bhaumikananda
Hi Willem Jiang, I am using text message. The connection details are - . . 5 20

Re: My camel route not able to handle exception.

2013-09-16 Thread bhaumikananda
Hi, Do you see any wrong usage of Transaction / split. I am realy clueless as this happened to three messages and never again. " org.springframework.dao.DuplicateKeyException " This above part of code has worked for all cases apart from failing thrice. Also not sure whether