[ANNOUNCEMENT] Apache Camel 3.4.3 (LTS) with Spring Boot and Karaf Sub-Projects Released

2020-08-15 Thread Gregor Zurowski
The Camel community announces the immediate availability of Camel, Camel Spring Boot and Camel Karaf 3.4.3, a new patch release for the 3.4 LTS version with 33 new features, improvements and fixes. The artifacts are published and ready for you to download [1] either from the Apache mirrors or from

toD() and rabbitMQ - dynamic queues

2020-08-15 Thread Tobias Letschka
Hi We using apache camel version 2.24.3 + spring-boot 2. Now we tried to connect different servers with toD() for example: .setHeader("rabbitmq.EXCHANGE_OVERRIDE_NAME", constant("http://${exchangeProperty.genisys_client_magento_host}“)) .toD("rabbitmq:productUpload?hostname=localhost&autoDel

Re: deadletterchannel

2020-08-15 Thread Bing Lu
thank you very much, gonna try this. On Saturday, August 15, 2020, 10:40:29 AM EDT, Mikael Andersson wrote: We use this:         errorHandler(deadLetterChannel("{{jms.queue.dead}}")             .logHandled(true)             .maximumRedeliveries(0)             .disableRedelivery()    

Re: deadletterchannel

2020-08-15 Thread Mikael Andersson
We use this: errorHandler(deadLetterChannel("{{jms.queue.dead}}") .logHandled(true) .maximumRedeliveries(0) .disableRedelivery() .logExhaustedMessageBody(true) .logExhaustedMessageHistory(true) .useOriginalMessage()

deadletterchannel

2020-08-15 Thread Bing Lu
what options do i need to use on deadletterchannel so the messages going there show both original message as well as the caught exception and stacktrace? thanks

Re: MethodNotFoundException upgrading to Camel 3.4.2 (Blueprint and Karaf)

2020-08-15 Thread Jean-Baptiste Onofre
Hi, It seems to be related to a change on the camel-bean processor. Let me reproduce it and make a bisect to identify the change. Thanks ! Regards JB > Le 14 août 2020 à 22:32, Alex Soto a écrit : > > Hello, > > I have a Camel application using Blueprint XML running on Karaf 4.2.9. Some