Distributed Architecture Configuration

The global configuration of Iotellect's distributed operations engine can be accessed via Edit Driver/Plugin Options action of Distributed Architecture plugin's global configuration context.

Here is the list of available configuration options:

  • Port Number to Listen for Provider Connections. The port on which incoming connections from provider servers are accepted. Must match port number specified in remote server's consumers table.

  • Port Number to Listen for Consumer Connections. The port on that incoming connections from consumer servers are accepted. Must match port number specified in remote server's providers table.

  • Command Timeout. Timeout for consumer-provider communication commands.

  • Maximum Outgoing Event Queue Length. Number of local events which can be placed to the event sending queue before it overflows. All events over this number will be discarded till the size of the queue decreases.

  • Maximum Incoming Event Queue Length. Number of remote events which can be received and placed to event handling queue before it overflows. All events over this number will be discarded till the size of the queue decreases.

  • Use Compression. Enables data compression on connections between servers that both have compression enabled.

  • Certificate Trust Policy. Defines how to verify certificates provided via an SSL/TLS connection.

  • Certificate. Alias of an SSL/TLS certificate to use for authentication. The certificate with that alias must exist in the Client Certificate storage of the Iotellect server.

Was this page helpful?