File tree 4 files changed +18
-9
lines changed
4 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 9
9
10
10
<GatewayConfig >
11
11
<Sites >
12
- <Site Key =" SiteA" Address =" http://localhost/SiteA/" ChannelType =" Http" />
13
- <Site Key =" SiteB" Address =" http://localhost/SiteB/" ChannelType =" Http" />
12
+ <Site Key =" SiteA" Address =" http://localhost:25899 /SiteA/" ChannelType =" Http" />
13
+ <Site Key =" SiteB" Address =" http://localhost:25899 /SiteB/" ChannelType =" Http" />
14
14
</Sites >
15
15
<Channels >
16
- <Channel Address =" http://localhost/Headquarter/" ChannelType =" Http" Default =" true" />
17
- <Channel Address =" http://localhost/Headquarter2/" ChannelType =" Http" />
16
+ <Channel Address =" http://localhost:25899 /Headquarter/" ChannelType =" Http" Default =" true" />
17
+ <Channel Address =" http://localhost:25899 /Headquarter2/" ChannelType =" Http" />
18
18
</Channels >
19
19
</GatewayConfig >
20
20
</configuration >
Original file line number Diff line number Diff line change 2
2
<configuration >
3
3
<configSections >
4
4
<section name =" MessageForwardingInCaseOfFaultConfig" type =" NServiceBus.Config.MessageForwardingInCaseOfFaultConfig, NServiceBus.Core" />
5
+ <section name =" GatewayConfig" type =" NServiceBus.Config.GatewayConfig, NServiceBus.Core" />
5
6
</configSections >
6
-
7
+ <GatewayConfig >
8
+ <Channels >
9
+ <Channel Address =" http://localhost:25899/SiteA/" ChannelType =" Http" Default =" true" />
10
+ </Channels >
11
+ </GatewayConfig >
7
12
<MessageForwardingInCaseOfFaultConfig ErrorQueue =" error" />
8
13
</configuration >
Original file line number Diff line number Diff line change 2
2
<configuration >
3
3
<configSections >
4
4
<section name =" MessageForwardingInCaseOfFaultConfig" type =" NServiceBus.Config.MessageForwardingInCaseOfFaultConfig, NServiceBus.Core" />
5
+ <section name =" GatewayConfig" type =" NServiceBus.Config.GatewayConfig, NServiceBus.Core" />
5
6
</configSections >
6
-
7
+ <GatewayConfig >
8
+ <Channels >
9
+ <Channel Address =" http://localhost:25899/SiteB/" ChannelType =" Http" Default =" true" />
10
+ </Channels >
11
+ </GatewayConfig >
7
12
<MessageForwardingInCaseOfFaultConfig ErrorQueue =" error" />
8
-
9
- <startup ><supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.0" /></startup ></configuration >
13
+ </configuration >
Original file line number Diff line number Diff line change 43
43
</ script >
44
44
< h1 > Click the button below to make a JSONP request to the nservicebus gateway</ h1 >
45
45
< p > Gateway address:</ p >
46
- < input type ="text " id ="gatewayaddress " value ="http://localhost/Headquarter/ " size ="60 "/> < br />
46
+ < input type ="text " id ="gatewayaddress " value ="http://localhost:25899 /Headquarter/ " size ="60 "/> < br />
47
47
< input type ="button " id ="go " name ="go " value ="Send price update command to server " />
48
48
</ body >
49
49
</ html >
You can’t perform that action at this time.
0 commit comments