KB Article #178819

JMS properties set in Integrator can not retrieved from JMS (WMQ)

Problem

JMS properties set in Integrator (either via DML maps or JMS send channel) can not be retired at JMS (WMQ) end.

Set properties are visible in Integrator Message logs but not visible on JMS server side.

Resolution

This issue is due to inappropriate Target client value set while creating binding file.

Target client must be set to JMS in place of MQ to resolve such issue

Binding file creation command :

DEFINE Q(XIBFA_TO_XIBFT) QMANAGER(BNPPMCS) QUEUE(XIBFA_TO_XIBFT) TC(MQ)

DEFINE Q(XIBFA_TO_XIBFT) QMANAGER(BNPPMCS) QUEUE(XIBFA_TO_XIBFT) TC(JMS)