File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 4343 <rabbitMQBinding >
4444 <binding
4545 name =" rabbitMQConfig"
46- broker =" amqp://dev.rabbitmq.com :5672/"
47- protocolversion =" AMQP_0_8 " />
46+ broker =" amqp://localhost :5672/"
47+ protocolversion =" AMQP_0_9_1 " />
4848 </rabbitMQBinding >
4949 </bindings >
5050 </system .serviceModel>
5151
5252 <appSettings >
53- <add key =" manual-test-broker-uri" value =" amqp://dev.rabbitmq.com :5672/" />
54- <add key =" manual-test-broker-protocol" value =" AMQP_0_8 " />
53+ <add key =" manual-test-broker-uri" value =" amqp://localhost :5672/" />
54+ <add key =" manual-test-broker-protocol" value =" AMQP_0_9_1 " />
5555 </appSettings >
5656</configuration >
Original file line number Diff line number Diff line change 66 <endpoint address =" soap.amqp:///Hello"
77 binding =" rabbitMQBinding"
88 bindingConfiguration =" rabbitMQConfig"
9- contract =" WcfServiceLibrary1.IHelloContract"
9+ contract =" RabbitMQ.ServiceModel.Examples.ConfigDemo. WcfServiceLibrary1.IHelloContract"
1010 name =" Service1OverRabbit" />
1111 </client >
1212
1313 <bindings >
1414 <rabbitMQBinding >
1515 <binding name =" rabbitMQConfig"
16- protocolversion =" AMQP_0_8 "
17- broker =" amqp://dev.rabbitmq.com :5672/" />
16+ protocolversion =" AMQP_0_9_1 "
17+ broker =" amqp://localhost :5672/" />
1818 </rabbitMQBinding >
1919 </bindings >
2020
Original file line number Diff line number Diff line change 33 <system .serviceModel>
44
55 <services >
6- <service name =" WcfServiceLibrary1.HelloService" >
6+ <service name =" RabbitMQ.ServiceModel.Examples.ConfigDemo. WcfServiceLibrary1.HelloService" >
77 <host >
88 <baseAddresses >
99 <add baseAddress =" soap.amqp:///" />
1313 address =" Hello"
1414 binding =" rabbitMQBinding"
1515 bindingConfiguration =" rabbitMQConfig"
16- contract =" WcfServiceLibrary1.IHelloContract" />
16+ contract =" RabbitMQ.ServiceModel.Examples.ConfigDemo. WcfServiceLibrary1.IHelloContract" />
1717 </service >
1818 </services >
1919
2020 <bindings >
2121 <rabbitMQBinding >
2222 <binding name =" rabbitMQConfig"
23- broker =" amqp://dev.rabbitmq.com :5672/"
24- protocolversion =" AMQP_0_8 "
23+ broker =" amqp://localhost :5672/"
24+ protocolversion =" AMQP_0_9_1 "
2525 oneWay =" false" />
2626 </rabbitMQBinding >
2727 </bindings >
Original file line number Diff line number Diff line change 2020
2121 <bindings >
2222 <rabbitMQBinding >
23- <binding name =" rabbitMQConfig" broker =" amq://dev.rabbitmq.com :5672/"
24- oneWay =" true" version =" AMQP_0_8 " />
23+ <binding name =" rabbitMQConfig" broker =" amq://localhost :5672/"
24+ oneWay =" true" version =" AMQP_0_9_1 " />
2525 </rabbitMQBinding >
2626 </bindings >
2727
You can’t perform that action at this time.
0 commit comments