Re: Camel 3.17.0 - Missing Component

2022-06-15 Thread Otavio Rodolfo Piske
My .2 cents: I think a good starting point would be to work with the beanio community [1] to update this library and make sure it has no vulnerabilities and is kept up-to-date. The last release of it was 2.1.0 [2] inb 2014 and there are, at least, 2 reported vulnerabilities for it. There seems to

setExceptionListener(...) for SjmsComponent and Sjsm2Component

2022-06-15 Thread Lance Java
I'd like to set an exception listener for all topics using "sjms2" but SjmsComponent is missing a setExceptionListener(...) method https://github.com/apache/camel/blob/main/components/camel-sjms/src/main/java/org/apache/camel/component/sjms/SjmsComponent.java You can see that the "jms" component h

Re: setExceptionListener(...) for SjmsComponent and Sjsm2Component

2022-06-15 Thread Claus Ibsen
Hi You are welcome to create a JIRA and send a PR against main branch On Wed, Jun 15, 2022 at 10:35 AM Lance Java wrote: > I'd like to set an exception listener for all topics using "sjms2" but > SjmsComponent is missing a setExceptionListener(...) method > > https://github.com/apache/camel/blo

Re: setExceptionListener(...) for SjmsComponent and Sjsm2Component

2022-06-15 Thread Lance Java
I created https://github.com/apache/camel/pull/7792 and https://issues.apache.org/jira/browse/CAMEL-18195 Unfortunately I wasn't able to quickly get camel building locally On Wed, 15 Jun 2022 at 10:05, Claus Ibsen wrote: > Hi > > You are welcome to create a JIRA and send a PR against main branch

AMQP route doesn't work after a target AP broker restart

2022-06-15 Thread Modanese, Riccardo
Hello, I created a SpringBoot application (see (1) for used versions) that deploys an AMQP route with my redefined endpoint and my custom connection factory. The beans are defined as follow: ... ... ... Using this configuration, if the target AMQP