Information request

2021-06-10 Thread Bogdan SOLGA
Hello, everyone! I am trying to integrate Apache Camel in a Spring Boot project, in order to execute some commands (mainly) to a database and to a few Docker containers. I have searched the Apache Camel documentation and the internet for some 'n00b' tutorials, but I could only find some articles

RE: Information request

2021-06-10 Thread Vikas Jaiswal
https://github.com/apache/camel-spring-boot-examples the correct url -Original Message- From: Vikas Jaiswal [mailto:vika...@saksoft.com.INVALID] Sent: 10 June 2021 12:45 To: users@camel.apache.org Subject: RE: Information request CAUTION: DO NOT click links, open attachments, or

RE: [camel-rabbitmq] - InOut pattern and temporary queues

2021-06-10 Thread FERRY, Guillaume
I also expected the rabbitmq component to handle these IDs by itself. I'll give a closer look to message headers, there's something fishy going on. Thanks for you answer ! Regards, Guillaume. De : Claus Ibsen Envoyé : jeudi 10 juin 2021 06:56 À :

RE: Information request

2021-06-10 Thread Vikas Jaiswal
This should be helpful there are lot of examples: https://github.com/apache/camel-spring-boot -Original Message- From: Bogdan SOLGA [mailto:bogdan.so...@gmail.com] Sent: 10 June 2021 11:31 To: users@camel.apache.org Subject: Information request CAUTION: DO NOT click links, open

Re: Kafka consumer wont recover after WakeupException

2021-06-10 Thread SRIKANT MVS
Hi Team, I upgraded the camel version to 3.9 and the kafka-client jar upgraded to 2.7.0. I could see that kafka consumers are able to resume from the WakeupException and InterruptedException. However, I see a new issue. I see the below error message that gets printed endlessly until the consumer

Re: idempotentConsumer Exception

2021-06-10 Thread Rafael Sainz
Good lord! Thanks for answering me Andrea. De: Andrea Cosentino Fecha: jueves, 10 de junio de 2021, 22:29 Para: users@camel.apache.org Asunto: Re: idempotentConsumer Exception It is Concatenada, not Concatenado Il gio 10 giu 2021, 22:13 Rafael Sainz ha scritto: > Hello Camel team, > > > I am

idempotentConsumer Exception

2021-06-10 Thread Rafael Sainz
Hello Camel team, I am struggling with idempotentConsumer .idempotentConsumer(header("Concatenado"), idempotentPosturasRepo) It returns org.apache.camel.processor.idempotent.NoMessageIdException: No message ID could be found using expression: ${headers.Concatenado} on message exchange:

Re: idempotentConsumer Exception

2021-06-10 Thread Andrea Cosentino
It is Concatenada, not Concatenado Il gio 10 giu 2021, 22:13 Rafael Sainz ha scritto: > Hello Camel team, > > > I am struggling with idempotentConsumer > > > > .idempotentConsumer(header("Concatenado"), idempotentPosturasRepo) > > > > It returns > > >

Re: idempotentConsumer Exception

2021-06-10 Thread Andrea Cosentino
Glad to help! 4 eyes it's always better than 2 :-) Il gio 10 giu 2021, 22:46 Rafael Sainz ha scritto: > Good lord! Thanks for answering me Andrea. > > De: Andrea Cosentino > Fecha: jueves, 10 de junio de 2021, 22:29 > Para: users@camel.apache.org > Asunto: Re: idempotentConsumer Exception >