This is the design I am trying for my message flow. 
http://www.nabble.com/file/p17446544/dia.jpeg 
I have achieved everything except the "Global Error/Exception Listener" and
"Error Handler". The responsibility of these two components are as follows:

Global Error/Exception Listener
1)Listen to all the errors and exceptions occur while any message flow.
2)If error occurs then capture the request message along with the error.

Error Handler:
1)analyze the message captured by "Global Error/Exception Listener" (which
has request message as well as error message).
2)If the error is "ApplicationDownError" the message is sent to queue
appDownQueue.
3)If the error is "InvalidRequestError" the message is sent to queue
invalidReqQueue

I am stuck at this point.
Please help.

-Pratibha
 

-- 
View this message in context: 
http://www.nabble.com/How-to-achieve-Error-Listener-and-Handler-tp17446544p17446544.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to