ConnectorProviders configurable service

Select the objects and properties that you want to change for the ConnectorProviders configurable service.

For information about using ConnectorProviders configurable services, see Connector API.

Supplied configurable services that are created for each integration node Properties for each configurable service that is defined Description of properties

None

connectorClassName

The class that implements the ConnectorProvider interface. An instance of this class is created and initialized when the integration server is started. This property is mandatory.

jarsURL

A URL that specifies the file location of the Connector provider JAR files.

If you do not set the -n parameter on the mqsicreateconfigurableservice command, the default location for the Connector provider JAR files is the integration node shared-classes directories.

This property is optional. Valid value is the file path of the directory containing the required JAR files. The default value is default_Path.

nativeLibs

The file location of any libraries that the Connector provider owns. If you do not set the -n parameter on the mqsicreateconfigurableservice command, the default location for any libraries that the Connector provider owns, is the integration node LILPATH.

This property is optional. Valid value is the file path of the directory containing the required binary files. The default value is default_Path.

property1
property2
property3
property4
property5

These are additional properties used by the messaging provider. The properties are optional and can be set to any value that is valid for the specified Connector provider.

If this configurable service is associated with the Kafka Connector provider, property1 can contain the fully qualified path to a Kafka properties file to be used by a consumer node. All parameters, including SASL mechanisms and JAAS configuration stanzas, that are specified in the Kafka properties file are passed to the Kafka client.

If this configurable service is associated with the Kafka Connector provider, property2 can contain the fully qualified path to a Kafka properties file to be used by a producer node. All parameters, including SASL mechanisms and JAAS configuration stanzas, that are specified in the Kafka properties file are passed to the Kafka client.