Hi guys,
is it possible to change the queue id of message in the mapping, so that this message
is added to the specified Queue during runtime for serialization reason?
I tried to use the parameter StreamTransformationConstants.CONVERSATION_ID from the global container in an UDF of a message mapping. The test in the message mapping was successful, but during runtime the mapping fails.
The error occurs that the the target field where this UDF is used could not be created.
I also searched for a solution using a java mapping but I there only seems to b a possibility to get the conversionID from the InputHeader (PI version 7.11) but no way to set it in the OutputHeader.
Any help appreciated
Thanks in advance
Jochen