A number of folders are defined for use by WebSphere® MQ products.
Each folder is contained in a separate NameValueData field, each of which is preceded by a NameValueLength field.
com.ourcompany.xxx or com.ourcompany.ourData
The <Set> element is needed when <Msd> is mrm, xmlnsc, or idoc.
The <Type> element is needed when <Msd> is mrm.
The <Fmt> element is needed when <Msd> is mrm or idoc.
If an MQRFH2 header is present in an output message tree, an <mcd> folder is always added and populated. This is so that the MQRFH2 header accurately reflects the message template of the message. The <mcd> folder must not be removed from the MQRFH2 folder. If it is deleted - for example, by a Compute node - it is automatically added and populated again on exit from the node.
SET OutputRoot.BLOB.UnknownParserName = ''; SET OutputRoot.BLOB.BLOB = ASBITSTREAM(InputBody);
The <psc> folder is used to convey publish/subscribe command messages to the broker.
Only one psc folder is allowed in the NameValueData field.
See Command messages for full details.
The <pscr> folder is used to contain information from the broker, in response to publish/subscribe command messages.
Only one pscr folder is present in a response message.
See Broker Response message for full details.
The broker ignores this folder in messages that it receives from publish/subscribe applications.
See JMS message structure for more information on the content of JMS messages.