Reconfigure for GIT
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,6 @@
|
||||
<?xml version ="1.0"?>
|
||||
<configuration>
|
||||
<startup useLegacyV2RuntimeActivationPolicy="true">
|
||||
<supportedRuntime version="v4.0.30319"/>
|
||||
</startup>
|
||||
</configuration>
|
||||
Binary file not shown.
@@ -0,0 +1,10 @@
|
||||
A szervizek telepítéséhez és eltávolításához az InstallUtil mappában lévő InstallUtil.exe-t kell használni. A telepítéskor a szerviz neve a telepítendő szerviz mappájában elhelyezett Service.exe.config fileban lévő kulcsok határozzék meg.
|
||||
<appSettings>
|
||||
<!--Service name-->
|
||||
<add key="ServiceName" value="SISRabbitMQ$3C_RB_Publisher"/>
|
||||
<add key="DisplayName" value="SISRabbitMQ$3C_RB_Publisher"/>
|
||||
...
|
||||
A szerviz viselkedését (küldés/fogadás) szint a config file-ban kell beállítani
|
||||
<!--0=Reader, 1=Publisher-->
|
||||
<add key="RunningMode" value="1"/>
|
||||
…
|
||||
Reference in New Issue
Block a user