Improvements from anna fork
[anna.git] / example / diameter / launcher / deployments / aots / agents / ADML / services.xml.example
1 <services>
2   <!--
3   Stacks
4
5   * Monostack: you could select any id value, normally 0.
6   * Multistack: use the application id for the id value.
7                 This eases codec engine selection for
8                 processed messages.
9   -->
10   <stack id="0" dictionary="dictionary.xml" fixMode="Never"/>
11
12   <!--
13   Nodes
14
15   * Client example:
16
17   <node originHost="<origin host>" applicationId="<application id>"
18         entity="<addr1:port1[,addr2:port2]...[,addrN:portN]>"
19         cer="<cer xml file>" answersTimeout="300000" dumpLog="yes"/>
20
21   * Server example:
22
23   <node originHost="<origin host>" applicationId="<application id>"
24         diameterServer="<addr:port>" diameterServerSessions="10"
25         cea="<cea xml file>" answersTimeout="300000" dumpLog="yes"/>
26   -->
27   <node originHost="afHost.afRealm.com" applicationId="0" entity="localhost:3868"/>
28
29 </services>