Hi!
I am Using Talend Cloud for a while and now I am facing the following:
I am creating Routes what are sending and consuming data to/from message queues making an async message exchange.
The first route gets a (json) message via cREST component by POST method, the header may contains an 'x-correlation-id' field. This x-correlation-id is used to track the message through the async process.
I would like to use the Talend built-in business correlation Id providing featre when this header won't come BUT when it arrives I would use it as the regular correlation Id.
Long story short, i would like to use the Talend built-in CorrelationID callback handling feature but the header should be 'x-correlation-id' instead of 'CorrelationID' as provided by default.