Hi,
How to set MQ Message's with user defined Correlation ID and ApplIdentityData setup with some STRING/Hex from BPEL.
I have set following jca mq properties
<bpelx:inputProperty name="jca.mq.MQMD.CorrelId" variable="CID"/>
<bpelx:inputProperty name="jca.mq.MQMD.ApplIdentityData" variable="getAppIDValue"/>
But in the FlowTrace/Payload I see value's were successfully updated but not on the MQ message.
Started invocation of operation "Enqueue" on partner "mqPutMsg".
Sending property "jca.mq.MQMD.ApplIdentityData", value is " App123".
Sending property "jca.mq.MQMD.CorrelId", value is "416c6c2e747874".
Invoked 1-way operation "Enqueue" on partner "mqPutMsg".
Can some one let me know how to do this?
Thanks
KK