MQPutMessageOptions class

This class encapsulates the various options that control the action of putting a message onto an IBM MQ Queue.


Containment

The MQPutMessageOptions class is contained by the MQSession class.


Creation

New creates a new MQPutMessageOptions object and sets all its properties to initial values.

Alternatively, use the AccessPutMessageOptions method of the MQSession class.


Syntax

Dim pmo As New MQPutMessageOptions or

Set pmo = New MQPutMessageOptions


Properties


Methods