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
> 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
> >
> >
> > org.apache.camel.processor.idempotent.NoMessageIdException: No message ID
> > could be found using expression: ${headers.Concatenado} on message
> > exchange: Exchange[]
> >
> >
> > even though the header has been created
> >
> > {CamelHttpResponseCode=200, CamelHttpResponseText=OK, Codrueda=["MINO"],
> > Concatenada=41205Vencida, Content-Length=43380,
> > Content-Type=application/json, Date=Thu, 10 Jun 2021 19:43:15 GMT,
> > Server=waitress}
> >
> > Can you help me please?
> >
> > Thanks!
> >
> > Rafael
> >
>


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 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: Exchange[]
>
>
> even though the header has been created
>
> {CamelHttpResponseCode=200, CamelHttpResponseText=OK, Codrueda=["MINO"],
> Concatenada=41205Vencida, Content-Length=43380,
> Content-Type=application/json, Date=Thu, 10 Jun 2021 19:43:15 GMT,
> Server=waitress}
>
> Can you help me please?
>
> Thanks!
>
> Rafael
>


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
>
>
> org.apache.camel.processor.idempotent.NoMessageIdException: No message ID
> could be found using expression: ${headers.Concatenado} on message
> exchange: Exchange[]
>
>
> even though the header has been created
>
> {CamelHttpResponseCode=200, CamelHttpResponseText=OK, Codrueda=["MINO"],
> Concatenada=41205Vencida, Content-Length=43380,
> Content-Type=application/json, Date=Thu, 10 Jun 2021 19:43:15 GMT,
> Server=waitress}
>
> Can you help me please?
>
> Thanks!
>
> Rafael
>