HomePublish
The Publish command message is used to publish information on specific topics. It is sent from...
- A publisher (or another broker) to a broker's stream queue
- A broker to a subscriber's stream queue
Publication data can be appended to the message, after the NameValueString, in a format defined by the Encoding, CodedCharSetId and Format fields in the MQRFH header.
Alternatively, publication data can be included within the NameValueString, using name/value pairs such as the StringData and IntegerData parameters defined below, or any other name/value pairs defined by the publisher (provided the tag-name does not begin with the characters 'MQ').
Home