Universal Messaging system configuration

The Universal Messaging system connection data is specified in an XML file when using a data source.

The format of the XML file is specified by the following DTD nirvanaconfig.dtd:

<!ELEMENT nirvanasystemconf (nirvanasystem*)>

<!ELEMENT nirvanasystem (realmname, channel)>

<!ATTLIST nirvanasystem

name ID #REQUIRED

timeout CDATA "10"

>

<!ELEMENT realmname (#PCDATA)>

<!ELEMENT channel (#PCDATA)>

XML identifier

Description

Example

Realm name

Unique URL of the Universal Messaging realm ("nsp://<ip>:<port>")

nsp://172.20.210.21:9000

Channel

Name of the Universal Messaging channel

Event/WebM/Process/V1_0/ProcessInstanceChange

name

Unique name of the Universal Messaging system

NVTestsystem

timeout

Duration (in seconds) after which the connection is terminated if no data is transmitted. Default value: 10

15

Example

...

<nirvanasystem name = "NVTestsystem" timeout = "15">

<realm name>nsp://172.20.210.21:9000</realm name>

<channel>Event/WebM/Process/V1_0/ProcessStepInstanceChange</channel>

</nirvanasystem>

...