How To Send Message Properties In IBM MQ During Runtime From IBM MQ Adapter Using SOA Suite 12.2.1.4.0
(Doc ID 2908997.1)
Last updated on APRIL 01, 2024
Applies to:
Oracle SOA Suite - Version 12.2.1.4.0 and laterInformation in this document applies to any platform.
Goal
The customer has configured the IBM MQ adapter and wants to set additional properties during runtime. Reference document for IBM MQ adapter setup: https://docs.oracle.com/cd/E21764_01/integration.1111/e10231/adptr_mq.htm#TKADP2125
They want to write a file content in the message and send the file metadata in the MQ message metadata as similar to the java code reference given below:
-> Java code reference: MQMessage.setObjectProperty("filename","filename.zip");
How can they get the MQ RFH2 Header in SOA using the configured MQ Adapter?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |