Re: handling exceptions in from of a jms component

2022-07-02 Thread Claus Ibsen
Hi I checked spring boot health check for JMS which just creates its own JMS connection and attempts to see if that works or not. https://github.com/spring-projects/spring-boot/blob/main/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/jms/JmsHealthIndicator.

Re: handling exceptions in from of a jms component

2022-07-02 Thread z8...@yahoo.com.ar.INVALID
Thanks Claus. I'm gonna try these and see what happen. Enviado desde Yahoo Mail para Android El sáb., 2 de jul. de 2022 a la(s) 4:08, Claus Ibsen escribió: Hi Oh and there is also a spring jms specici errorHandler you can try to hook in a custom implementation https://camel.apache.org/co

Re: handling exceptions in from of a jms component

2022-07-02 Thread Claus Ibsen
Hi Oh and there is also a spring jms specici errorHandler you can try to hook in a custom implementation https://camel.apache.org/components/3.17.x/jms-component.html#_component_option_errorHandler On Sat, Jul 2, 2022 at 9:06 AM Claus Ibsen wrote: > Hi > > This is not possible / or difficult, a

Re: handling exceptions in from of a jms component

2022-07-02 Thread Claus Ibsen
Hi This is not possible / or difficult, as it depends on a combination of JMS API / JMS Client vendor / Spring JMS / Camel JMS / and the JMS connection pool you use / and how all of this has been configured. The spring-jms (which is used by camel-jms) is handling connectivity issues and have buil