Re: handling exceptions in from of a jms component

2022-07-02 Thread z8...@yahoo.com.ar.INVALID
s and can therefore not answer in due time. > > > > > > > On Sat, Jul 2, 2022 at 7:41 AM z8...@yahoo.com.ar.INVALID > wrote: > >> Hi, >> Is there any way to handle exceptions when they happen in the from side >> of a jms endpoint? For example: >> &g

handling exceptions in from of a jms component

2022-07-01 Thread z8...@yahoo.com.ar.INVALID
Hi, Is there any way to handle exceptions when they happen in the from side of a jms endpoint? For example:   How should I handle a Connection problem when I'm consuming from an mq? I tried sorrounding from with doTry/doCatch, using and , but couldn't make it work. Thanks in advanced.