Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Question Regarding : Setting Correlation ID in Oracle SOA Suite BPEL process

K255Sep 29 2015 — edited Sep 29 2015

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 27 2015
Added on Sep 29 2015
1 comment
280 views