Defines an activation specification configuration.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
authDataRef | A reference to top level authData element (string). | Default authentication data for an activation specification. | |
maxEndpoints | int Min: 0 | 500 | The maximum number of endpoints to dispatch to. |
autoStart | boolean | true | Configures whether the message endpoints associated with this activation specification start automatically or need to be manually started using the resume command. |
Default authentication data for an activation specification.
Name | Type | Default | Description |
---|---|---|---|
user | string | Name of the user to use when connecting to the EIS. | |
password | Reversably encoded password (string) | Password of the user to use when connecting to the EIS. The value can be stored in clear text or encoded form. It is recommended that you encode the password. To do so, use the securityUtility tool with the encode option. |