It is Concatenada, not Concatenado

Il gio 10 giu 2021, 22:13 Rafael Sainz <rafael.sa...@tcmpartners.com> 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
>

Reply via email to