Re: Camel Spring RabbitMQ with setMaximumRetryAttempts: Wrong count?

2024-05-24 Thread Claus Ibsen
Hi Ah yeah the default in spring is 3, so I guess if you want no retry, then 0 should be a valid value. https://issues.apache.org/jira/browse/CAMEL-20803 On Fri, May 24, 2024 at 2:35 PM Speckels, Bert wrote: > Hallo (again) > > In Camel Spring RabbitMQ we found the following component option: >

[ANNOUNCEMENT] Apache Camel Karavan 4.6.0 Release

2024-05-24 Thread Marat Gubaidullin
Dear Apache Camel Community, We are happy to announce the release of Apache Camel Karavan! Developer Experience improvements: 1. ErrorHandler configuration on Route level 2. LoadBalance EIP 3. Container image and commit information in UI for running integration project 4. Build sc

AW: Message Header moved to Exchange property in 4.5 or 4.6?!

2024-05-24 Thread Speckels, Bert
Thanks Claus and sorry: I was kinda blind. Von: Claus Ibsen Gesendet: Freitag, 24. Mai 2024 14:26 An: users@camel.apache.org Betreff: Re: Message Header moved to Exchange property in 4.5 or 4.6?! Hi Its already in the guide at https://eur01.safelinks.protection.

Camel Spring RabbitMQ with setMaximumRetryAttempts: Wrong count?

2024-05-24 Thread Speckels, Bert
Hallo (again) In Camel Spring RabbitMQ we found the following component option: option: maximumRetryAttempts (consumer) description: How many times a Rabbitmq consumer will retry the same message if Camel failed to process the message. default: 5 type: int Based on the description, I would actu

Re: Message Header moved to Exchange property in 4.5 or 4.6?!

2024-05-24 Thread Claus Ibsen
Hi Its already in the guide at https://camel.apache.org/manual/camel-4x-upgrade-guide-4_5.html#_intercept_eip On Fri, May 24, 2024 at 2:25 PM Claus Ibsen wrote: > Hi > > Its > https://issues.apache.org/jira/browse/CAMEL-20381 > > On Fri, May 24, 2024 at 2:23 PM Claus Ibsen wrote: > >> Hi >> >>

Re: Message Header moved to Exchange property in 4.5 or 4.6?!

2024-05-24 Thread Claus Ibsen
Hi Its https://issues.apache.org/jira/browse/CAMEL-20381 On Fri, May 24, 2024 at 2:23 PM Claus Ibsen wrote: > Hi > > You are welcome to add this to the guide, (find out which version it was > changed, so you can add it to the correct guide) > > > On Fri, May 24, 2024 at 2:21 PM Speckels, Bert

Re: Message Header moved to Exchange property in 4.5 or 4.6?!

2024-05-24 Thread Claus Ibsen
Hi You are welcome to add this to the guide, (find out which version it was changed, so you can add it to the correct guide) On Fri, May 24, 2024 at 2:21 PM Speckels, Bert wrote: > Hallo > > We upgraded from Camel 4.4.2 to 4.6 and found one problem with > > Exchange.INTERCEPTED_ENDPOINT = "Cam

Message Header moved to Exchange property in 4.5 or 4.6?!

2024-05-24 Thread Speckels, Bert
Hallo We upgraded from Camel 4.4.2 to 4.6 and found one problem with  Exchange.INTERCEPTED_ENDPOINT = "CamelInterceptedEndpoint". Until Camel 4.4.2 this was set as a **message header**. With Camel 4.6 this is now an **exchange property**. I didn't find that information in any migration guide.