Home
Required parameters
- Command
- name:
"MQPSCommand" (string constant: MQPS_COMMAND)
- value:
"Publish" (string constant: MQPS_PUBLISH)
Command must be the first parameter in the NameValueString.
- Topic
- name:
"MQPSTopic" (string constant: MQPS_TOPIC)
- value:
- The topic that categorizes this publication. No wild cards are allowed.
Topic can be repeated for as many topics as required. For example, an application might publish information under topic 'Topic 1', which is then enhanced to publish extra information. The new publications might use topics 'Topic 1' and 'Topic 1 enhanced', so that subscribers to 'Topic 1 enhanced' would be sure to get the additional information, while existing subscribers to 'Topic 1' could still access the basic information in the same publication.
Home