Home

 

Example

Here is an example of a NameValueString for a Request Update command message. In the sample application, the results service uses this message to request retained publications containing the latest scores for all teams. The subscriber's identity, including the CorrelId, is taken from the defaults in the MQMD.

 MQPSCommand     ReqUpdate
 MQPSRegOpts     CorrelAsId
 MQPSStreamName  SAMPLE.BROKER.RESULTS.STREAM
 MQPSTopic       Sport/Soccer/State/LatestScore/*


 

Home