Skip to content

Commit

Permalink
Updated service settings
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard93 committed Jan 26, 2018
1 parent 89b6885 commit 505c69b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions RabbitMQ/Production.cls
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ XData ProductionDefinition
<Production Name="RabbitMQ.Production" TestingEnabled="true" LogGeneralTraceEvents="false">
<Description></Description>
<ActorPoolSize>2</ActorPoolSize>
<Item Name="RabbitMQ.Service" Category="" ClassName="RabbitMQ.Service" PoolSize="1" Enabled="false" Foreground="false" Comment="" LogTraceEvents="false" Schedule="">
<Item Name="RabbitMQ.Service" Category="" ClassName="RabbitMQ.Service" PoolSize="1" Enabled="true" Foreground="false" Comment="" LogTraceEvents="true" Schedule="">
<Setting Target="Adapter" Name="JGService">EnsLib.JavaGateway.Service</Setting>
<Setting Target="Adapter" Name="ClassPath">C:\InterSystems\RabbitMQjava.jar</Setting>
<Setting Target="Adapter" Name="Queue">hello</Setting>
<Setting Target="Adapter" Name="BodyClass"></Setting>
<Setting Target="Adapter" Name="Encoding"></Setting>
<Setting Target="Adapter" Name="Encoding">UTF8</Setting>
<Setting Target="Adapter" Name="CallInterval">1</Setting>
</Item>
<Item Name="EnsLib.JavaGateway.Service" Category="" ClassName="EnsLib.JavaGateway.Service" PoolSize="1" Enabled="true" Foreground="false" Comment="" LogTraceEvents="false" Schedule="">
<Setting Target="Host" Name="Port">55559</Setting>
Expand Down

0 comments on commit 505c69b

Please sign in to comment.