2.2.5.3.4 start Element
The SRMP <start> element MAY be present as a child element of the <stream> element. If present, the SRMP element <sendReceiptsTo> MUST be present as a child element of the <start> element, as the following example shows. The <sendReceiptsTo> element MUST contain a string that represents the URI of the administration queue to which receipts are sent. The URI MUST use HTTP/HTTPS name formatting (similar to the URI in the <to> element, which is described in section 2.2.4.2).
The <sendReceiptsTo> element corresponds to the Message.AdministationQueueFormatName attribute of the ADM Message data element. For details, see [MS-MQDMPR] section 3.1.1.12.
The <start> element MUST be present in the first message of a stream and MUST NOT be present in any subsequent message of the stream.
-
<start> <sendReceiptsTo> http://myhostname/MSMQ/private$/receipts </sendReceiptsTo> </start>