How to map MQMD's persistence to JMS's Delivery Mode in TIBCO ActiveMatrix(R) Adapter for WebSphere MQ.

How to map MQMD's persistence to JMS's Delivery Mode in TIBCO ActiveMatrix(R) Adapter for WebSphere MQ.

book

Article ID: KB0089643

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix Adapter for Websphere MQ -
Not Applicable -

Description

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&gt0) then 'persistent' else 'non-persistent'

Attachments:
===========
For more details, refer to the attachment. "MQMD_JMS_Mapping.zip".

Issue/Introduction

How to map MQMD's persistence to JMS's Delivery Mode in TIBCO ActiveMatrix(R) Adapter for WebSphere MQ.

Attachments

How to map MQMD's persistence to JMS's Delivery Mode in TIBCO ActiveMatrix(R) Adapter for WebSphere MQ. get_app