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 43
43
<rabbitMQBinding >
44
44
<binding
45
45
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 " />
48
48
</rabbitMQBinding >
49
49
</bindings >
50
50
</system .serviceModel>
51
51
52
52
<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 " />
55
55
</appSettings >
56
56
</configuration >
Original file line number Diff line number Diff line change 6
6
<endpoint address =" soap.amqp:///Hello"
7
7
binding =" rabbitMQBinding"
8
8
bindingConfiguration =" rabbitMQConfig"
9
- contract =" WcfServiceLibrary1.IHelloContract"
9
+ contract =" RabbitMQ.ServiceModel.Examples.ConfigDemo. WcfServiceLibrary1.IHelloContract"
10
10
name =" Service1OverRabbit" />
11
11
</client >
12
12
13
13
<bindings >
14
14
<rabbitMQBinding >
15
15
<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/" />
18
18
</rabbitMQBinding >
19
19
</bindings >
20
20
Original file line number Diff line number Diff line change 3
3
<system .serviceModel>
4
4
5
5
<services >
6
- <service name =" WcfServiceLibrary1.HelloService" >
6
+ <service name =" RabbitMQ.ServiceModel.Examples.ConfigDemo. WcfServiceLibrary1.HelloService" >
7
7
<host >
8
8
<baseAddresses >
9
9
<add baseAddress =" soap.amqp:///" />
13
13
address =" Hello"
14
14
binding =" rabbitMQBinding"
15
15
bindingConfiguration =" rabbitMQConfig"
16
- contract =" WcfServiceLibrary1.IHelloContract" />
16
+ contract =" RabbitMQ.ServiceModel.Examples.ConfigDemo. WcfServiceLibrary1.IHelloContract" />
17
17
</service >
18
18
</services >
19
19
20
20
<bindings >
21
21
<rabbitMQBinding >
22
22
<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 "
25
25
oneWay =" false" />
26
26
</rabbitMQBinding >
27
27
</bindings >
Original file line number Diff line number Diff line change 20
20
21
21
<bindings >
22
22
<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 " />
25
25
</rabbitMQBinding >
26
26
</bindings >
27
27
You can’t perform that action at this time.
0 commit comments