Camel Jbang & JSON Logging & ExchangeId as mdc/ndc?

2023-05-11 Thread Mikael Koskinen
Hi, I'm wondering if it would be possible to include ExchangeId into log messages when using Camel Jbang to run integration with JSON Logging? The idea is to be able to group the log messages by the exchange. Currently the ExchangeId is included in the "message" field when an error happens:

Re: Camel Jbang & JSON Logging & ExchangeId as mdc/ndc?

2023-05-11 Thread Claus Ibsen
Hi You are welcome to investigate this and see if you can get MDC to work. You need to enable it first in Camel. And then find out how to map that to ECS layout in log4j. On Thu, May 11, 2023 at 8:59 AM Mikael Koskinen wrote: > Hi, > > I'm wondering if it would be possible to include

Re: [VOTE] Release Apache Camel Kamelets 4.0.0-M3

2023-05-11 Thread Andrea Cosentino
The Kamelets tag for 4.0.0-M3 is here: https://github.com/apache/camel-kamelets/releases/tag/v4.0.0-M3 Sorry for the wrong link. Il giorno gio 11 mag 2023 alle ore 14:30 Andrea Cosentino ha scritto: > Hello all: > > This is a vote for releasing camel-kamelets 4.0.0-M3 > > Kamelets release

Re: [VOTE] Release Apache Camel Kamelets 4.0.0-M3

2023-05-11 Thread Zineb Bendhiba
+1 (binding) Thanks, Le jeu. 11 mai 2023 à 14:30, Andrea Cosentino a écrit : > Hello all: > > This is a vote for releasing camel-kamelets 4.0.0-M3 > > Kamelets release files: > https://dist.apache.org/repos/dist/dev/camel/camel-kamelets/4.0.0-M3 > Kamelets staging repository: >

Re: Shutdown of camel routes

2023-05-11 Thread Claus Ibsen
Hi How do you setup the quickfix engine? Also do you have a chance to try a newer camel release as it may work better there. But yeah we should make it ideally stop the engine before routes so new messages are not feed into camel On Tue, May 9, 2023 at 7:05 PM Gaurav Kumar wrote: > Hi > I am

[VOTE] Release Apache Camel Kamelets 4.0.0-M3

2023-05-11 Thread Andrea Cosentino
Hello all: This is a vote for releasing camel-kamelets 4.0.0-M3 Kamelets release files: https://dist.apache.org/repos/dist/dev/camel/camel-kamelets/4.0.0-M3 Kamelets staging repository: https://repository.apache.org/content/repositories/orgapachecamel-1553 Kamelets Tag:

Re: Book on camel 3.20.x

2023-05-11 Thread Claus Ibsen
Hi There is no book on Camel 3. The current books are listed at https://camel.apache.org/community/books/ What documentation int he reference page do you think needs updates, and what information are you looking for? Can you maybe provide some examples so we can better understand. And yeah its

Re: [VOTE] Release Apache Camel Kamelets 4.0.0-M3

2023-05-11 Thread Claus Ibsen
+1 (binding) On Thu, May 11, 2023 at 2:30 PM Andrea Cosentino wrote: > Hello all: > > This is a vote for releasing camel-kamelets 4.0.0-M3 > > Kamelets release files: > https://dist.apache.org/repos/dist/dev/camel/camel-kamelets/4.0.0-M3 > Kamelets staging repository: >

Re: camel examples main yaml doesn't work for me

2023-05-11 Thread Claus Ibsen
Hi Those examples on main branch is for the main branch camel-core which currently is for Camel v4. If you want to run Camel 3.20.x examples then use the branch for that https://github.com/apache/camel-examples/tree/camel-3.20.x/examples We don't tag all the examples for every release (there is

Re: camel examples main yaml doesn't work for me

2023-05-11 Thread Claus Ibsen
Hi I just created a tag for the 3.20.4 release so you can use this https://github.com/apache/camel-examples/tree/camel-examples-3.20.4 On Thu, May 11, 2023 at 9:49 PM Claus Ibsen wrote: > Hi > > Those examples on main branch is for the main branch camel-core which > currently is for Camel

Re: [VOTE] Release Apache Camel Kamelets 4.0.0-M3

2023-05-11 Thread Pasquale Congiusti
+1 (binding) Thanks! On Thu, May 11, 2023 at 2:56 PM Claus Ibsen wrote: > +1 (binding) > > On Thu, May 11, 2023 at 2:30 PM Andrea Cosentino > wrote: > > > Hello all: > > > > This is a vote for releasing camel-kamelets 4.0.0-M3 > > > > Kamelets release files: > >

camel examples main yaml doesn't work for me

2023-05-11 Thread Fyodor Kravchenko
I have cloned the repository and tried to run the camel-examples/examples/main-yaml executable as stated in the readme (mvn compile, mvn capel:run), but it didn't seem to work. I just didn't print anything. I've also tried to downgrade Camel in the project to the latest Camel 3 which compiled