summaryrefslogtreecommitdiff
path: root/ACEXML/compass/eventchannel.cpf
blob: e015005de6ec51fae8f5f69f391a5d43eb835c58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE properties SYSTEM "properties.dtd">
<properties>
  <struct name="ECProperties" type="ACEXML_EC_Property">
    <description>Configuration for a Simple Event Channel</description>
    <simple name="ECDispatching" type="string">
      <value>mt</value>
    </simple>
    <simple name="ECDispatchingThreads" type="long">
      <value>4</value>
    </simple>
    <simple name="ECFiltering" type="string">
      <value>basic</value>
    </simple>
    <simple name="ECSupplierFiltering" type="string">
      <value>per-supplier</value>
    </simple>
   <simple name="ECProxyConsumerLock" type="string">
      <value>thread</value>
    </simple>
    <simple name="ECProxySupplierLock" type="string">
      <value>thread</value>
    </simple>
    <simple name="ECConsumerControl" type="string">
      <value>reactive</value>
    </simple>
    <simple name="ECSupplierControl" type="string">
      <value>reactive</value>
    </simple>
    <simple name="ECConsumerControlPeriod" type="long">
      <value>50000</value>
    </simple>
    <simple name="ECSupplierControlPeriod" type="long">
      <value>50000</value>
    </simple>
  </struct>
</properties>