3.17.4.1.7 Delivery (Opnum 13)

msdn link

The Delivery method is received by the server in an RPC_REQUEST packet. In response, the server MUST return the represented Message.DeliveryGuarantee.

 [propget] HRESULT Delivery(
   [out, retval] long* plDelivery
 );

plDelivery: A pointer to a long integer that identifies the delivery method of the message. This parameter corresponds to the MQMSGDELIVERY (section 2.2.2.10) enum.

Return Values: The method MUST return S_OK (0x00000000) on success or an implementation-specific error HRESULT on failure.

When processing this call, the server MUST follow these guidelines:

  • Set the plDelivery output parameter to the MQMSGDELIVERY enum that maps to the represented Message.DeliveryGuarantee.