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
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
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
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.
Hi
I think we also chatted about this on the zulip chat room
https://camel.zulipchat.com/#narrow/stream/257298-camel/topic/Predicates
On Thu, Jun 30, 2022 at 11:58 AM Steve973 wrote:
> Hello. I am using the dynamic router EIP component, and I need to send a
> subscription message from anothe
Hi
This topic is also discussed on the chat room
https://camel.zulipchat.com/#narrow/stream/257302-camel-quarkus/topic/Fully.20Non-Blocking.20Reactive
On Tue, Jun 28, 2022 at 7:49 PM Keith Link wrote:
> I am trying to get a Camel Quarkus example that only use the Vertx IO
> threads on front and