I'm new to IIB 9.0 and I've been googling around but I wasn't able to find a good solution on how to add a custom/named property to a MQ message in IIB 9.0 message flow.
In IBM Integration Toolkit, there are two header nodes that can be used in designing a message flow, JMSHeader and MQHeader. The JMSHeader allows me to add new custom (application) properties to the JMS message with no issues. However, the MQHeader, doesn't seems to have the same functionality. I have no issues adding a named property to an MQ message using the sample program, amqsstm, that comes with MQ installation.
AIX/Unix: $MQ_HOME/samp/bin/amqsbcg / amqsstm
Windows: $MQ_HOME\tools\c\Samples\Bin\amqsbcg.exe / amqsstm.exe
In theory, it's probably possible that I can transform the MQ into JMS message then use JMSHeader to add the custom property (using application properties option) then convert it back. But there got to be a better solution than this.
Thanks,
Ron