1 <?xml version=
"1.0" encoding=
"utf-8" ?>
4 <!-- use appSetting to configure MSMQ queue name -->
5 <add key=
"orderQueueName" value=
".\private$\Orders" />
10 name=
"Microsoft.ServiceModel.Samples.OrderProcessorService">
11 <endpoint address=
"msmq.formatname:DIRECT=OS:.\private$\Orders"
12 binding=
"msmqIntegrationBinding"
13 bindingConfiguration=
"OrderProcessorBinding"
14 contract=
"Microsoft.ServiceModel.Samples.IOrderProcessor">
20 <msmqIntegrationBinding>
21 <binding name=
"OrderProcessorBinding" >
22 <security mode=
"None" />
24 </msmqIntegrationBinding>
27 </system.serviceModel
>