Home

 

Example

Here is an example of a NameValueString for a Deregister Subscriber command message. In this case the sample application is deregistering its subscription to the topics that contain the latest score for all matches. The subscriber's identity, including the CorrelId, is taken from the defaults in the MQMD.

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


 

Home