Re: Spring RabbitMQ Component

2023-07-14 Thread Santiago Acosta
thanks but I forgot to mention we do not use spring-boot so there is no auto-wiring or annotation magic and we also do not use the xml declaration of routes. We do everything programmatically so I was targeting something like the following return CachingConnectionFactory().apply { ...

Re: Spring RabbitMQ Component

2023-07-14 Thread Federico Mariani
Hello, You can leverage spring-boot autoconfiguration using spring.rabbitmq.publisher-confirm-type and spring.rabbitmq.publisher-returns properties and camel will autowire the CCF and the AmqpAdmin. Il giorno ven 14 lug 2023 alle ore 12:55 Santiago Acosta <

Spring RabbitMQ Component

2023-07-14 Thread Santiago Acosta
I have seen that there is a way to configure Publisher Confirms in the old RabbitMQ component but I have not found an equivalent in the Spring version of the component. I understand that Spring provides 3 publisher confirm modes when using CachingConnectionFactory: NONE, SIMPLE, CORRELATED. Is

Re: Why is the Spring RabbitMQ component recommended over the non-Spring component?

2022-07-24 Thread Claus Ibsen
ursory > search). > > I also checked the release notes ( > https://camel.apache.org/releases/release-3.18.0/) but there is also no > mention. > > So... why is the Spring RabbitMQ component recommended over the non-Spring > component? > > Thanks > -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Why is the Spring RabbitMQ component recommended over the non-Spring component?

2022-07-14 Thread Santiago Acosta
component. This notice does not show up for previous 3.17 version. I checked the changelog and there is no references to "rabbit" (cursory search). I also checked the release notes ( https://camel.apache.org/releases/release-3.18.0/) but there is also no mention. So... why is the Spring