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 events which can be placed to queue before firing event about it's overflow. All events over this number will be discarded till the size of queue decreases.

  • Maximum Incoming Event Queue Length. Number of events which can be received and placed to queue before firing event about it's overflow. All events over this number will be discarded till the size of queue decreases.

  • Use Compression. Enables data compression on connections between servers that both have Use 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?