Provider - ZeroMQ Context

Description - A ZeroMQ Context Provider initializes a ZeroMQ Context with optional ZAP security.
 
Runtime Class - com.iwaysoftware.eclipse.template.ZeroMQContextProviderType


 

Parameter Groups

  Parameter Type Description
  Number of IO Threads integer Number of IO threads to use in the Context, usually 1 is sufficient for most use cases.
  Address Whitelist string Comma-separated list of IP addresses to allow for incoming connections. Overrides the Address Blacklist.
  Address Blacklist string Comma-separated list of IP addresses to deny for incoming connections. Ignored if the Address Whitelist is configured.
  Authentication Realm string Name of the Authentication Realm provider to use for the PLAIN mechanism. When a realm is configured, the Password File property is ignored.
  Password File string The path to the password file for the PLAIN mechanism.
  CURVE Certificate Store string The path to the directory containing the certificates in ZPL format (See ZMQ RFC 4). Enter * to allow any certificate.
* - denotes required