How to Send data through MQRFH2 Header using MQ Plugin
book
Article ID: KB0079842
calendar_today
Updated On:
Products
Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for IBM MQ
-
Description
MQRFH2 header allows Unicode strings to be send without need of being translated and it also can carry numeric data types. So sometimes there is requirement to send data through MQRFH2 header.
Resolution
MQ Plugins for BW5.x and BW6.x supports data to be send through MQRFH2 heasder. To send data through MQRFH2 Header we need to use Application properties. When we use application properties in MQ Put Activity, data goes through MQRFH2 Header. If we want to retrieve the MQRFH2 Header we want use application properties while receiving the data using Listener/Get Activity.
Please refer attached demo project.
Issue/Introduction
How to Send data through MQRFH2 Header using MQ Plugin
Additional Information
MQ Plugin User Guide
Attachments
How to Send data through MQRFH2 Header using MQ Pluginget_app