<!-- This is a sample XML file that demonstrates queue mapping. Use it as a template to
  create your own queue mapping files. -->


<mapping host="localhost" xmlns="msmq-queue-mapping.xml">

  <!-- Element that maps an internal application queue name to an external one. 
  <queue>
      <name>http://internal_host/msmq/internal_queue</name> 
      <alias>http://external_host/msmq/external_queue</alias>
  </queue>
	--> 

  <!-- Element that maps an internal MSMQ order queue to an external one. It is needed in order
      to send transactional messages to a destination queue outside the organization. 

  <queue>
      <name>http://internal_host/msmq/private$/order_queue$</name> 
      <alias>http://external_host/msmq/private$/order_queue$</alias>
  </queue>
	--> 


</mapping>

