Hi All,
I have confgured jms sender channel to pick file name from MQ RFHHEADER and need to send the same file name to receiver by using jms receiver channel. I have configured JMS Compliant as target client and DCJmsmessageproperty0(fileName) in my sender communication channel to read the file name from sender system. While picking message from MQ it is giving below statement.
Channel successfully processed the message 5ca21898-e3a0-4a3d-11cf-fc86aa0fc85d |
The JMS property fileName that corresponds to the dynamic header DCJMSMessageProperty0 is missing from the JMS message ID:414d5120514d44415453425030312020822a57540860d820. Hence it cannot be added as a dynamic header to the XI message 5ca21898-e3a0-4a3d-11cf-fc86aa0fc85d |
XI Message ID corresponding to JMS message with ID ID:414d5120514d44415453425030312020822a57540860d820 will be created as a new GUID with value 5ca21898-e3a0-4a3d-11cf-fc86aa0fc85d |
Because of fileName missing, PI receiver channel throwing error. Did I miss anything? Or Issue is with from RFHHEADER properties? Please suggest your valuable inputs.