Home

 

Optional parameters

DeleteOptions

name:

"MQPSDelOpts"   (string constant: MQPS_DELETE_OPTIONS)

value:

The following delete options can be specified:

"Local"  

(string constant: MQPS_LOCAL, integer constant: MQDELO_LOCAL).

Retained publications published locally at this broker (that is, withRetainPub and Local specified) are deleted. Those published globally (that is, withRetainPub but not Local specified) are not deleted, even if they were published at this broker.

The default if DeleteOptions is omitted is that global retained publications are deleted at all brokers in the network, but local retained publications are not deleted. Mixing local and global publications to the same topic and stream is not recommended. See Publish for more information about retained local publications.

StreamName

name:

"MQPSStreamName"   (string constant: MQPS_STREAM_NAME)

value:

The name of the publication stream for the specified Topic(s).

The default value is the name of the stream queue to which the message is sent.



 

Home