2.2.4.4 rev Element

The WS-Routing <rev> element MAY be present as a child element of the <rp:path> element. If present, exactly one<8> WS-Routing <via> element MUST be present as a child element of the <rev> element.

The <rev> element describes the reverse path that response messages follow. This element SHOULD contain a string that represents the URI of the application-level response queue in the <via> element. The URI MAY use HTTP/HTTPS name formatting (similar to the URI in the <to> element that is described in section 2.2.4.2), or it MAY use standard name formating that is prefixed with "MSMQ:". For details about MSMQ naming, see [MS-MQMQ] section 2.1.

The <via> element MAY be empty,<9> which is equivalent to not including a <rev> element in the message.

The <via> element corresponds to the Message.ResponseQueueFormatName attribute of the ADM Message data element. For details, see [MS-MQDMPR] section 3.1.1.12.

 <rev>
     <via>http://myhostname/msmq/private$/sampleq</via>
 </rev>