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 { ... thi

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 < santiago.aco...@intermodaltelematics.co