Skip to content

Zones

Zones – General

A zone is a container that represents the Neuron server. Multiple zone definitions are allowed, but a Neuron server only runs under a single zone.

figure_1.png
SettingFunctionality
NameThe name of the zone.
DescriptionA short description of the zone.
LocationA short description of the zone.
EnabledIndicates if the Neuron server can run using this zone.

Zones – Ports

Ports used by Neuron services can be customized for every zone.

figure_2.png
SettingFunctionality
Bootstrap ServiceAll parties will connect to this service for authentication and configuration.
Management ServiceAll parties will report message statistics to this service, such and the number of messages sent and received.
Control ServiceAll adapters, service endpoints and publishing services will periodically contact this service for status updates.
Peer Resolver ServiceAll topics that are peer channel based will contact this service.
Audit ServiceParties use this service when message auditing is enabled
TCP ServiceThe TCP publishing service ports. Every TCP based topic will be assigned a single port number in the specified range. Parties that have TCP topic subscriptions will contact a TCP publishing service. 

Zones – Transports

This page is used to configure the default settings for each topic transport type. When a new topic is created it will use the defaults specified here.

figure_3.png

Zones – Server

This page configures server wide settings.

figure_4.png
SettingFunctionality
Client Polling IntervalHow often a party will send its message statistics and check for configuration updates. The value is specified in seconds. 
Service ReportingHow often adapters, service endpoints and publishing services will report its status and check for configuration updates. The value is specified in seconds.
Was this article helpful?
Dislike 0
Previous: Deployment Groups