In the UNIX environment, you start a connector by running the connector_manager_connName script, which is a wrapper for the generic connector manager script (ProductDir/bin/connector_manager). The generic connector manager script calls the appropriate start_connName.sh script, which handles the actual connector management for the connector.
Each WebSphere Business Integration adapter includes a start_connName.sh script. You can modify this script to also include any of the supported startup options listed in Table 24..
Table 24. Options for the start_connector.sh script.
Option | Description |
---|---|
-fpoll_freq |
The amount of
time between polling actions. Possible values for
poll_freq are:
The default is 10000. The -f option is valid on the command-line invocation of connector_manager_connector. The connector manager script can pass this option to its associated start_connector.sh script. This option overrides the poll frequency specified in the connector's configuration file. |
-tthreading_type |
The
threading_type option specifies the threading model.
The -t option is not valid on the command-line invocation of connector_manager_connName. Specify it inside the generic connector_manager script, in the invocation of the start_connector.sh script. |