tnwgd.dtd
: Elements - Entities - Source | Intro - Index
FRAMES / NO FRAMES
Configuration for the UM Gateway Daemon.
<tnw-gateway> | Root element |
The root element of the UM gateway configuration.
Element's model:
<tnw-gateway>'s children Name Cardinality daemon One or none portals Only one
<tnw-gateway>'s attributes Name Values Default version 1.0
@version | Attribute of tnw-gateway |
UM Gateway DTD version used.
Possible values: 1.0 - Required
<daemon> | Child of tnw-gateway |
Specifies the global daemon configuration.
Element's model:
<daemon>'s children Name Cardinality gid One or none lbm-license-file One or none log One or none monitor One or none patternmap One or none pidfile One or none propagation-delay One or none topicmap One or none uid One or none web-monitor One or none xml-config One or none
(log?, uid?, gid?, pidfile?, lbm-license-file?, topicmap?, patternmap?, monitor?, web-monitor?, propagation-delay?, xml-config?)
<log> | Child of daemon |
Indicates the file where log messages are sent.
<log>'s attributes Name Values Default type file, syslog, console console xml:space default, preserve default
@type | Attribute of log |
Type of logging. For syslog and console, the filename is ignored.
Possible values: file, syslog, console - Default value: console
@xml:space | Attribute of log |
How whitespace is to be handled. "default" trims leading and trailing whitespace, and compress multiple whitespace characters into a single character. "preserve" preserves the whitespace exactly as read.
Possible values: default, preserve - Default value: default
<pidfile> | Child of daemon |
Pathname for daemon process ID (PID) file.
<pidfile>'s attributes Name Values Default xml:space default, preserve default
@xml:space | Attribute of pidfile |
How whitespace is to be handled. "default" trims leading and trailing whitespace, and compress multiple whitespace characters into a single character. "preserve" preserves the whitespace exactly as read.
Possible values: default, preserve - Default value: default
<uid> | Child of daemon |
User ID (UID) for daemon process (if run as root)
<gid> | Child of daemon |
Group ID (GID) for daemon process (if run as root)
<lbm-license-file> | Child of daemon |
Specifies the LBM license file.
<lbm-license-file>'s attributes Name Values Default xml:space default, preserve default
@xml:space | Attribute of lbm-license-file |
How whitespace is to be handled. "default" trims leading and trailing whitespace, and compress multiple whitespace characters into a single character. "preserve" preserves the whitespace exactly as read.
Possible values: default, preserve - Default value: default
<topicmap/> | Child of daemon |
Determines characteristics of the internal topic maps.
<topicmap>'s attributes Name Values Default hash-function classic, djb2, sdbm, murmur2 murmur2 size 131111
This element is always empty.
@hash-function | Attribute of topicmap |
Topic map hash function to use.
Possible values: classic, djb2, sdbm, murmur2 - Default value: murmur2
@size | Attribute of topicmap |
Number of entries in the topic map.
Default value: 131111
<patternmap/> | Child of daemon |
Determines characteristics of the internal pattern maps.
<patternmap>'s attributes Name Values Default hash-function classic, djb2, sdbm, murmur2 murmur2 size 131111
This element is always empty.
@hash-function | Attribute of patternmap |
Pattern map hash function to use.
Possible values: classic, djb2, sdbm, murmur2 - Default value: murmur2
@size | Attribute of patternmap |
Number of entries in the pattern map.
Default value: 131111
<portals> | Child of tnw-gateway |
Portal definitions.
Element's model:
<portals>'s children Name Cardinality endpoint Any number peer Any number
<endpoint> | Child of portals |
Endpoint portal definition.
Element's model:
<endpoint>'s children Name Cardinality acl One or none context-query One or none cost One or none domain-id Only one late-join One or none lbm-attributes One or none lbm-config One or none name Only one pattern-domain-activity One or none pattern-interest-generate One or none pattern-purge One or none receiver-context-name One or none source-context-name One or none sqn-window One or none topic-domain-activity One or none topic-interest-generate One or none topic-purge One or none topic-resolution One or none
(name, domain-id, cost?, lbm-config?, lbm-attributes?, acl?, topic-resolution?, late-join?, topic-purge?, topic-interest-generate?, topic-domain-activity?, pattern-purge?, pattern-interest-generate?, pattern-domain-activity?, source-context-name?, receiver-context-name?, sqn-window?, context-query?)
<peer> | Child of portals |
Peer portal definition.
Element's model:
<peer>'s children Name Cardinality acl One or none batching One or none context-query One or none cost One or none gateway-keepalive One or none lbm-attributes One or none lbm-config One or none max-datagram One or none max-queue One or none name Only one pattern-domain-activity One or none pattern-interest-generate One or none pattern-purge One or none pattern-use-check One or none receiver-context-name One or none single-tcp One or none source-context-name One or none sqn-window One or none tcp One or none topic-domain-activity One or none topic-interest-generate One or none topic-purge One or none topic-use-check One or none
(name, cost?, (tcp | single-tcp), max-queue?, max-datagram?, batching?, lbm-config?, lbm-attributes?, acl?, topic-purge?, topic-interest-generate?, topic-domain-activity?, pattern-purge?, pattern-interest-generate?, pattern-domain-activity?, topic-use-check?, pattern-use-check?, source-context-name?, receiver-context-name?, sqn-window?, context-query?, gateway-keepalive?)
<name> | Child of endpoint, peer |
Portal name.
<name>'s attributes Name Values Default xml:space default, preserve default
@xml:space | Attribute of name |
How whitespace is to be handled. "default" trims leading and trailing whitespace, and compress multiple whitespace characters into a single character. "preserve" preserves the whitespace exactly as read.
Possible values: default, preserve - Default value: default
<domain-id> | Child of endpoint |
Portal domain ID.
<cost> | Child of endpoint, peer |
Portal cost.
<tcp> | Child of peer |
TCP configuration.
Element's model:
<tcp>'s children Name Cardinality companion Only one interface One or none keepalive One or none listen-port Only one nodelay One or none receive-buffer One or none send-buffer One or none
(interface?, listen-port, receive-buffer?, send-buffer?, keepalive?, nodelay?, companion)
<interface> | Child of tcp, single-tcp |
TCP interface specification. May be specified in dotted-decimal or CIDR format.
<listen-port> | Child of acceptor, tcp |
Port on which to listen for connections from the companion peer portal. Companion peer portal must specify this port as it's companion port.
<receive-buffer> | Child of tcp, single-tcp |
Size of TCP receive buffer. If not specified, the system default size is used.
<send-buffer> | Child of tcp, single-tcp |
Size of TCP send buffer. If not specified, the system default size is used.
<keepalive/> | Child of tcp, single-tcp |
Enable TCP keepalive. Disabled by default.
This element is always empty.
<nodelay/> | Child of tcp, single-tcp |
Enable TCP nodelay. Disabled by default.
This element is always empty.
<companion> | Child of tcp |
Description of companion peer portal.
Element's model:
<companion>'s children Name Cardinality address Only one port Only one
<companion>'s attributes Name Values Default reconnect-interval 5000
@reconnect-interval | Attribute of companion |
Time interval, in milliseconds, to wait before reconnecting to the companion portal.
Default value: 5000
<address> | Child of initiator, companion |
Companion peer portal address. Specified in dotted-decimal format.
<port> | Child of initiator, companion |
Port to connect to on companion peer portal. Companion peer portal must specify this port as it's listen-port.
<single-tcp> | Child of peer |
Single TCP configuration.
Element's model:
<single-tcp>'s children Name Cardinality acceptor One or none initiator One or none interface One or none keepalive One or none nodelay One or none receive-buffer One or none send-buffer One or none
(interface?, receive-buffer?, send-buffer?, keepalive?, nodelay?, (initiator | acceptor))
<initiator> | Child of single-tcp |
Single-TCP initiator configuration
Element's model:
<initiator>'s children Name Cardinality address Only one port Only one
<initiator>'s attributes Name Values Default reconnect-interval 5000
@reconnect-interval | Attribute of initiator |
Time interval, in milliseconds, to wait before reconnecting to the companion portal.
Default value: 5000
<acceptor> | Child of single-tcp |
Single-TCP acceptor configuration
Element's model:
<acceptor>'s children Name Cardinality listen-port Only one
<max-queue> | Child of peer |
Maximum queue size. If not specified, it defaults to 1000000 bytes.
<max-datagram> | Child of peer |
Maximum peer datagram size. If not specified, it defaults to 65535 bytes.
<batching> | Child of peer |
Peer batching configuration. Batching applies to data messages only: control messages are sent immediately (flushing any batched data messages).
Element's model:
<batching>'s children Name Cardinality batch-interval One or none min-length One or none
(min-length?, batch-interval?)
<min-length> | Child of batching |
The minimum length of a set of batched messages. When the total length of the batched messages reaches or exceeds this value, the batch is sent. If not specified, it defaults to 8192 bytes.
<batch-interval> | Child of batching |
The maximum interval (in milliseconds) between when the first message of an batch is queued until the batch is sent. A message will not stay in the queue longer than this value before being sent in the worse case. If not specified, it defaults to200 milliseconds. The minimum allowed value is 3 milliseconds.
<lbm-config> | Child of endpoint, peer |
LBM configuration filename.
<lbm-config>'s attributes Name Values Default xml:space default, preserve default
@xml:space | Attribute of lbm-config |
How whitespace is to be handled. "default" trims leading and trailing whitespace, and compress multiple whitespace characters into a single character. "preserve" preserves the whitespace exactly as read.
Possible values: default, preserve - Default value: default
<lbm-attributes> | Child of endpoint, peer |
Set of LBM attributes to apply. Will override any defaults or attribute values in lbm-config.
Element's model:
<lbm-attributes>'s children Name Cardinality option At least one
(option+)
<option/> | Child of lbm-attributes |
An individual LBM option.
<option>'s attributes Name Values Default name scope receiver, context, source, wildcard_receiver, event_queue value
This element is always empty.
@scope | Attribute of option |
Option scope
Possible values: receiver, context, source, wildcard_receiver, event_queue - Required
@name | Attribute of option |
Option name
Required
@value | Attribute of option |
Option value
Required
<acl> | Child of endpoint, peer |
Specifies ACL for filtering, consisting of Access Control Entries (ACEs).
Element's model:
<acl>'s children Name Cardinality inbound One or none outbound One or none
<inbound> | Child of acl |
Inbound ACLs. Determines what a portal allows to be forwarded from its topic resolution domain to other portals.
Element's model:
<inbound>'s children Name Cardinality ace At least one
(ace+)
<outbound> | Child of acl |
Outbound ACLs. Determines what a portal allows to be forwarded to its topic resolution domain from other portals.
Element's model:
<outbound>'s children Name Cardinality ace At least one
(ace+)
<ace> | Child of outbound, inbound |
Access control entry (ACE).
Element's model:
<ace>'s children Name Cardinality multicast-group Any number pcre-pattern Any number regex-pattern Any number source-ip Any number tcp-source-port Any number topic Any number transport Any number udp-destination-port Any number udp-source-port Any number xport-id Any number
<ace>'s attributes Name Values Default match accept, reject
(topic | pcre-pattern | regex-pattern | transport | source-ip | multicast-group | udp-source-port | udp-destination-port | tcp-source-port | xport-id)+
@match | Attribute of ace |
Action on matching this ACE
Possible values: accept, reject - Required
<topic> | Child of ace |
Specifies a topic ACE.
<topic>'s attributes Name Values Default xml:space default, preserve default
@xml:space | Attribute of topic |
How whitespace is to be handled. "default" trims leading and trailing whitespace, and compress multiple whitespace characters into a single character. "preserve" preserves the whitespace exactly as read.
Possible values: default, preserve - Default value: default
<pcre-pattern> | Child of ace |
Specifies a PCRE topic pattern ACE.
<pcre-pattern>'s attributes Name Values Default xml:space default, preserve default
@xml:space | Attribute of pcre-pattern |
How whitespace is to be handled. "default" trims leading and trailing whitespace, and compress multiple whitespace characters into a single character. "preserve" preserves the whitespace exactly as read.
Possible values: default, preserve - Default value: default
<regex-pattern> | Child of ace |
Specifies a REGEX topic pattern ACE.
<regex-pattern>'s attributes Name Values Default xml:space default, preserve default
@xml:space | Attribute of regex-pattern |
How whitespace is to be handled. "default" trims leading and trailing whitespace, and compress multiple whitespace characters into a single character. "preserve" preserves the whitespace exactly as read.
Possible values: default, preserve - Default value: default
<transport/> | Child of ace |
Specifies a transport-type ACE.
<transport>'s attributes Name Values Default comparison eq, equal, ne, notequal value tcp, lbt-rm, lbtrm, lbt-ru, lbtru, lbt-ipc, lbtipc
This element is always empty.
@value | Attribute of transport |
Transport type value. Allowable values are "tcp", "lbt-rm", "lbtrm", "lbt-ru", "lbtru", "lbt-ipc", and "lbtipc".
Possible values: tcp, lbt-rm, lbtrm, lbt-ru, lbtru, lbt-ipc, lbtipc - Required
@comparison | Attribute of transport |
Relation between the transport type and the specified value which must be true for this ACE to match. Allowable values are:
Possible values: eq, equal, ne, notequal - Required
<source-ip/> | Child of ace |
Specifies a source IP ACE. Applies only to TCP, LBT-RM, and LBT-RU transports.
<source-ip>'s attributes Name Values Default comparison eq, equal, ne, notequal, lt, lessthan, le, lessthanequal, gt, greaterthan, ge, greaterthanequal value
This element is always empty.
@value | Attribute of source-ip |
Source IP address as a dotted-decimal value.
Required
@comparison | Attribute of source-ip |
Relation between the source IP address and the specified value which must be true for this ACE to match. Allowable values are:
Possible values: eq, equal, ne, notequal, lt, lessthan, le, lessthanequal, gt, greaterthan, ge, greaterthanequal - Required
<multicast-group/> | Child of ace |
Specifies a multicast group ACE. Applies only to LBT-RM transports.
<multicast-group>'s attributes Name Values Default comparison eq, equal, ne, notequal, lt, lessthan, le, lessthanequal, gt, greaterthan, ge, greaterthanequal value
This element is always empty.
@value | Attribute of multicast-group |
Multicast group as a dotted-decimal value.
Required
@comparison | Attribute of multicast-group |
Relation between the multicast group and the specified value which must be true for this ACE to match. Allowable values are:
Possible values: eq, equal, ne, notequal, lt, lessthan, le, lessthanequal, gt, greaterthan, ge, greaterthanequal - Required
<udp-source-port/> | Child of ace |
Specifies a UDP source port ACE. Applies only to LBT-RM and LBT-RU transports.
<udp-source-port>'s attributes Name Values Default comparison eq, equal, ne, notequal, lt, lessthan, le, lessthanequal, gt, greaterthan, ge, greaterthanequal value
This element is always empty.
@value | Attribute of udp-source-port |
UDP source port.
Required
@comparison | Attribute of udp-source-port |
Relation between the UDP source port and the specified value which must be true for this ACE to match. Allowable values are:
Possible values: eq, equal, ne, notequal, lt, lessthan, le, lessthanequal, gt, greaterthan, ge, greaterthanequal - Required
<udp-destination-port/> | Child of ace |
Specifies a UDP destination port ACE. Applies only to LBT-RM transports.
<udp-destination-port>'s attributes Name Values Default comparison eq, equal, ne, notequal, lt, lessthan, le, lessthanequal, gt, greaterthan, ge, greaterthanequal value
This element is always empty.
@value | Attribute of udp-destination-port |
UDP destination port.
Required
@comparison | Attribute of udp-destination-port |
Relation between the UDP destination port and the specified value which must be true for this ACE to match. Allowable values are:
Possible values: eq, equal, ne, notequal, lt, lessthan, le, lessthanequal, gt, greaterthan, ge, greaterthanequal - Required
<tcp-source-port/> | Child of ace |
Specifies a TCP source port ACE. Applies only to TCP transports.
<tcp-source-port>'s attributes Name Values Default comparison eq, equal, ne, notequal, lt, lessthan, le, lessthanequal, gt, greaterthan, ge, greaterthanequal value
This element is always empty.
@value | Attribute of tcp-source-port |
TCP source port.
Required
@comparison | Attribute of tcp-source-port |
Relation between the TCP source port and the specified value which must be true for this ACE to match. Allowable values are:
Possible values: eq, equal, ne, notequal, lt, lessthan, le, lessthanequal, gt, greaterthan, ge, greaterthanequal - Required
<xport-id/> | Child of ace |
Specifies a Xport ID ACE. Applies only to LBT-IPC transports.
<xport-id>'s attributes Name Values Default comparison eq, equal, ne, notequal, lt, lessthan, le, lessthanequal, gt, greaterthan, ge, greaterthanequal value
This element is always empty.
@value | Attribute of xport-id |
Xport ID.
Required
@comparison | Attribute of xport-id |
Relation between the Xport ID and the specified value which must be true for this ACE to match. Allowable values are:
Possible values: eq, equal, ne, notequal, lt, lessthan, le, lessthanequal, gt, greaterthan, ge, greaterthanequal - Required
<topic-resolution> | Child of endpoint |
Topic resolution configurations.
Element's model:
<topic-resolution>'s children Name Cardinality initial-request One or none pattern-use-query One or none topic-use-query One or none
(topic-use-query?, pattern-use-query?, initial-request?)
<topic-use-query> | Child of topic-resolution |
Topic use query option.
Element's model:
<topic-use-query>'s children Name Cardinality rate-limit One or none
<topic-use-query>'s attributes Name Values Default max 5 periodic-interval 300000 timeout 3000
(rate-limit?)
@timeout | Attribute of topic-use-query |
The maximum time, in milliseconds, to wait for a topic use response. Before changing the value of this option, please contact Informatica Support.
Default value: 3000
@max | Attribute of topic-use-query |
Maximum number of topic use queries to send for a given topic. Before changing the value of this option, please contact Informatica Support.
Default value: 5
@periodic-interval | Attribute of topic-use-query |
The interval, in milliseconds, between periodic topic use queries being sent for each topic the portal has interest in. Before changing the value of this option, please contact Informatica Support.
Default value: 300000
<pattern-use-query> | Child of topic-resolution |
Pattern use query option.
Element's model:
<pattern-use-query>'s children Name Cardinality rate-limit One or none
<pattern-use-query>'s attributes Name Values Default max 5 periodic-interval 300000 timeout 3000
(rate-limit?)
@timeout | Attribute of pattern-use-query |
The maximum time, in milliseconds, to wait for a pattern use response. Before changing the value of this option, please contact Informatica Support.
Default value: 3000
@max | Attribute of pattern-use-query |
Maximum number of pattern use queries to send for a given pattern. Before changing the value of this option, please contact Informatica Support.
Default value: 5
@periodic-interval | Attribute of pattern-use-query |
The interval, in milliseconds, between periodic pattern use queries being sent for each pattern the portal has interest in. Before changing the value of this option, please contact Informatica Support.
Default value: 300000
<rate-limit/> | Child of topic-use-query, pattern-use-query |
Rate Limit option.
<rate-limit>'s attributes Name Values Default bps 500000 objects-per-second 500
This element is always empty.
@bps | Attribute of rate-limit |
The limit in Bits per Second that data will be sent on the network. Before changing the value of this option, please contact Informatica Support.
Default value: 500000
@objects-per-second | Attribute of rate-limit |
The limit in Objects per Second that data will be sent on the network. Before changing the value of this option, please contact Informatica Support.
Default value: 500
<initial-request/> | Child of topic-resolution |
Initial topic resolution request option.
<initial-request>'s attributes Name Values Default duration 10 periodic-interval 1000
This element is always empty.
@periodic-interval | Attribute of initial-request |
The interval at which the initial topic resolution requests are sent. Before changing the value of this option, please contact Informatica Support.
Default value: 1000
@duration | Attribute of initial-request |
The minimum duration for which the initial topic resolution requests are sent. Before changing the value of this option, please contact Informatica Support.
Default value: 10
<late-join/> | Child of endpoint |
Late join configuration.
<late-join>'s attributes Name Values Default forward yes, no yes provide source, always, never source
This element is always empty.
@provide | Attribute of late-join |
Determines whether sources created on a portal should provide late join to receivers. Allowable values are:
Possible values: source, always, never - Default value: source
@forward | Attribute of late-join |
If late join (retransmission) requests to a source on the portal are unable to be filled locally, should the requests be forwarded to the original source?
Possible values: yes, no - Default value: yes
<topic-purge/> | Child of endpoint, peer |
Topic purge configuration.
<topic-purge>'s attributes Name Values Default periodic-interval 60000
This element is always empty.
@periodic-interval | Attribute of topic-purge |
Interval (in milliseconds) at which receiver topics are checked to determine if they can be purged. Before changing the value of this option, please contact Informatica Support.
Default value: 60000
<topic-interest-generate/> | Child of endpoint, peer |
Topic interest generation configuration.
<topic-interest-generate>'s attributes Name Values Default interval 200 max-topics 20 periodic-interval 300000
This element is always empty.
@periodic-interval | Attribute of topic-interest-generate |
Interval (in milliseconds) at which topic interest is generated. Before changing the value of this option, please contact Informatica Support.
Default value: 300000
@max-topics | Attribute of topic-interest-generate |
Maximum topics for which interest is generated at one time. Before changing the value of this option, please contact Informatica Support.
Default value: 20
@interval | Attribute of topic-interest-generate |
Interval (in milliseconds) between groups of topics. Before changing the value of this option, please contact Informatica Support.
Default value: 200
<topic-domain-activity/> | Child of endpoint, peer |
Topic domain activity configuration.
<topic-domain-activity>'s attributes Name Values Default timeout 900
This element is always empty.
@timeout | Attribute of topic-domain-activity |
Minimum time (in seconds) domain interest for a topic must be unrefreshed before interest is removed for that domain. Before changing the value of this option, please contact Informatica Support.
Default value: 900
<pattern-purge/> | Child of endpoint, peer |
Pattern purge configuration.
<pattern-purge>'s attributes Name Values Default periodic-interval 60000
This element is always empty.
@periodic-interval | Attribute of pattern-purge |
Interval (in milliseconds) at which receiver patterns are checked to determine if they can be purged. Before changing the value of this option, please contact Informatica Support.
Default value: 60000
<pattern-interest-generate/> | Child of endpoint, peer |
Pattern interest generation configuration.
<pattern-interest-generate>'s attributes Name Values Default interval 200 max-patterns 20 periodic-interval 300000
This element is always empty.
@periodic-interval | Attribute of pattern-interest-generate |
Interval (in milliseconds) at which pattern interest is generated. Before changing the value of this option, please contact Informatica Support.
Default value: 300000
@max-patterns | Attribute of pattern-interest-generate |
Maximum patterns for which interest is generated at one time. Before changing the value of this option, please contact Informatica Support.
Default value: 20
@interval | Attribute of pattern-interest-generate |
Interval (in milliseconds) between groups of patterns. Before changing the value of this option, please contact Informatica Support.
Default value: 200
<pattern-domain-activity/> | Child of endpoint, peer |
Pattern domain activity configuration.
<pattern-domain-activity>'s attributes Name Values Default timeout 900
This element is always empty.
@timeout | Attribute of pattern-domain-activity |
Minimum time (in seconds) domain interest for a pattern must be unrefreshed before interest is removed for that domain. Before changing the value of this option, please contact Informatica Support.
Default value: 900
<topic-use-check/> | Child of peer |
Topic use check configuration.
<topic-use-check>'s attributes Name Values Default periodic-interval 300000
This element is always empty.
@periodic-interval | Attribute of topic-use-check |
Interval (in milliseconds) at which source topics are checked to determine if there is no more interest. Before changing the value of this option, please contact Informatica Support.
Default value: 300000
<pattern-use-check/> | Child of peer |
Pattern use check configuration.
<pattern-use-check>'s attributes Name Values Default periodic-interval 300000
This element is always empty.
@periodic-interval | Attribute of pattern-use-check |
Interval (in milliseconds) at which source patterns are checked to determine if there is no more interest. Before changing the value of this option, please contact Informatica Support.
Default value: 300000
<monitor> | Child of daemon |
Monitoring configuration.
Element's model:
<monitor>'s children Name Cardinality format-module One or none transport-module One or none
<monitor>'s attributes Name Values Default interval 0
(transport-module?, format-module?)
@interval | Attribute of monitor |
Monitoring interval, in seconds. Zero disables monitoring.
Default value: 0
<transport-module/> | Child of monitor |
Monitoring transport configuration.
<transport-module>'s attributes Name Values Default module lbm, lbmsnmp, udp lbm options
This element is always empty.
@module | Attribute of transport-module |
Transport module to use. Default is "lbm".
Possible values: lbm, lbmsnmp, udp - Default value: lbm
@options | Attribute of transport-module |
Option string to be passed to the transport module.
<format-module/> | Child of monitor |
Monitoring format configuration.
<format-module>'s attributes Name Values Default module csv csv options
This element is always empty.
@module | Attribute of format-module |
Format module to use. Default is "csv".
Possible values: csv - Default value: csv
@options | Attribute of format-module |
Option string to be passed to the format module.
<web-monitor> | Child of daemon |
Web monitor configuration. Specify as interface:port. Interface may be specified as '*'.
<web-monitor>'s attributes Name Values Default xml:space default, preserve default
@xml:space | Attribute of web-monitor |
How whitespace is to be handled. "default" trims leading and trailing whitespace, and compress multiple whitespace characters into a single character. "preserve" preserves the whitespace exactly as read.
Possible values: default, preserve - Default value: default
<propagation-delay/> | Child of daemon |
Propagation delay configuration.
<propagation-delay>'s attributes Name Values Default delta 0
This element is always empty.
@delta | Attribute of propagation-delay |
Specifies the difference, in milliseconds, between the shortest and longest propagation delays in the network. The default is zero. Before changing the value of this option, please contact Informatica Support.
Default value: 0
<xml-config> | Child of daemon |
Specifies the LBM XML configuration file.
<xml-config>'s attributes Name Values Default xml:space default, preserve default
@xml:space | Attribute of xml-config |
How whitespace is to be handled. "default" trims leading and trailing whitespace, and compress multiple whitespace characters into a single character. "preserve" preserves the whitespace exactly as read.
Possible values: default, preserve - Default value: default
<source-context-name> | Child of endpoint, peer |
Specifies the portal source context name.
<source-context-name>'s attributes Name Values Default xml:space default, preserve default
@xml:space | Attribute of source-context-name |
How whitespace is to be handled. "default" trims leading and trailing whitespace, and compress multiple whitespace characters into a single character. "preserve" preserves the whitespace exactly as read.
Possible values: default, preserve - Default value: default
<receiver-context-name> | Child of endpoint, peer |
Specifies the portal receiver context name.
<receiver-context-name>'s attributes Name Values Default xml:space default, preserve default
@xml:space | Attribute of receiver-context-name |
How whitespace is to be handled. "default" trims leading and trailing whitespace, and compress multiple whitespace characters into a single character. "preserve" preserves the whitespace exactly as read.
Possible values: default, preserve - Default value: default
<sqn-window/> | Child of endpoint, peer |
Specifies the configuration of sequence number windows.
<sqn-window>'s attributes Name Values Default increment 2048 size 16384
This element is always empty.
@size | Attribute of sqn-window |
Determines the maximum number of topic (fragment) sequence numbers that will be maintained, for any given source, for duplicate detection. Must be a multiple of 8. Before changing the value of this option, please contact Informatica Support.
Default value: 16384
@increment | Attribute of sqn-window |
Determines the minimum increment, in topic (fragment) sequence numbers, by which the sequence number window is moved when the window size is exceeded. Must be a multiple of 8, an even divisor of the window size, and less the window size. Before changing the value of this option, please contact Informatica Support.
Default value: 2048
<context-query/> | Child of endpoint, peer |
Context query generation configuration.
<context-query>'s attributes Name Values Default interval 200 max-contexts 20 periodic-interval 300000 timeout 900
This element is always empty.
@periodic-interval | Attribute of context-query |
Interval (in milliseconds) at which context queries are generated. Before changing the value of this option, please contact Informatica Support.
Default value: 300000
@max-contexts | Attribute of context-query |
Maximum number of contexts for which queries are generated at one time. Before changing the value of this option, please contact Informatica Support.
Default value: 20
@interval | Attribute of context-query |
Interval (in milliseconds) between groups of context queries. Before changing the value of this option, please contact Informatica Support.
Default value: 200
@timeout | Attribute of context-query |
Minimum time (in seconds) a context query must be unanswered before it is removed for the portal. Before changing the value of this option, please contact Informatica Support.
Default value: 900
<gateway-keepalive/> | Child of peer |
Gateway keepalive configuration.
<gateway-keepalive>'s attributes Name Values Default idle yes, no yes interval 5000 timeout 15000
This element is always empty.
@idle | Attribute of gateway-keepalive |
If gateway keepalives should be sent only when the link is idle.
Possible values: yes, no - Default value: yes
@interval | Attribute of gateway-keepalive |
Minimum interval, in milliseconds, between keepalives. When idle is "no", a keepalive is sent every interval milliseconds. When idle is "yes", if the portal has not sent anything to the companion, or received anything from the companion, in interval milliseconds, a keepalive message is sent. A value of zero disables keepalives.
Default value: 5000
@timeout | Attribute of gateway-keepalive |
Maximum time, in milliseconds, a peer can receive nothing from the companion before determining the connection is dead and disconnecting.
Default value: 15000