Posted: Sun Nov 25, 2012 6:05 pm Post subject: Catching Exception like Java
Novice
Joined: 27 Dec 2011 Posts: 14
Hi All,
I would like to get a suggestion from you guys on one of my problem.
In java we have try catch blocks to handle exceptions, same way do have any thing like in esql ?
I know we have trycatch node.. but its not achieving what I am looking for!!
I will explain you what I am looking for...
I will get one pipe delimited message separated by <CR> <LF>
I need to consider every line as a single message and need to do some business logic. If one line caught any exception it should not stop processing other lines(rows) ..
First I need to process line starting with abc, then 1abc and then 3a5c ..
If abc line caught any exception I should not stop processing other lines..
Currently one the flow which is in Prod environment throwing exceptions if mentioned case occurs, its using esql. If it is java I would have handled differently, since its in production I don't want to take more risk by changing all of the code to java.
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
Perhaps the OP might like to return to reading love stories. They might have more success than they seem to be having with reading the broker docs. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum