The file that controls the configuration settings for Perspectium DataSync Agents is the agent.xml file. This file is automatically created within the Agent's bin directory upon installation. To make changes to the configuration settings for your DataSync Agent, open this agent.xml file in a text editing application and modify the directives described in the sections below.
Agent Level
(add description)
Directive | Description | Example |
---|---|---|
<max_reads_per_connect> | Maximum number of messages to consumer per connection interval. | <max_reads_per_connect>4000</max_reads_per_connect> |
<max_writes_per_connect> | Maximum number of messages to produce per connection interval. | <max_writes_per_connect>4000</max_writes_per_connect> |
Interval for how often the agent pulls from the queue (seconds).
| <polling_interval>5</polling_interval> | |
<skip_message_set_processing/> | Self-closing tag that disables Message Set posting for data shared from ServiceNow. |
|
<share> | An Agent configured with <share> functionality (also known as a producer) monitors static data sources and places messages from those sources into queues in the Perspectium Mesh. | |
<subscribe> | An Agent configured with <subscribe> functionality (also known as a consumer) monitors queues in the Perspectium Mesh and processes any messages in those queues, typically by routing those messages to a static data source.
|
Subscribe & Share Level
(add description)
Directive | Description | Example |
---|---|---|
Task Level
(add description)
Directive | Description |
---|---|