Products | Versions |
---|---|
TIBCO ActiveMatrix Adapter for Websphere MQ | - |
Not Applicable | - |
Resolution:
Description:
=========
TIBCO ActiveMatrix(R) Adapter for WebSphere MQ configuration: could not specify the mapping from MQMD's specifical field to JMS header's specifical field. They can be configured in a BW process.
Environment:
==========
TIBCO ActiveMatrix Adapter for WebSphere MQ 5.x, 6.x
Solution:
========
In BW process, we need to link MQMD's persistence and JMS's Delivery Mode.
As MQMD's persistence is an Integer, JMS's Delivery Mode is String, we need one conversion which could transfer Integer to String.
For example, we could use the 'If' condition like the following:
if ($JMS-Queue-Receiver/ns:ActivityOutput/OtherProperties/persistence>0) then 'persistent' else 'non-persistent'
Attachments:
===========
For more details, refer to the attachment. "MQMD_JMS_Mapping.zip".