activationSpec - Activation Specification (activationSpec)

Defines an activation specification configuration.

NameTypeDefaultDescription
idstringA unique configuration ID.
authDataRefA reference to top level authData element (string).Default authentication data for an activation specification.
maxEndpointsint
Min: 0
500The maximum number of endpoints to dispatch to.
autoStartbooleantrueConfigures whether the message endpoints associated with this activation specification start automatically or need to be manually started using the resume command.

authData

Default authentication data for an activation specification.

NameTypeDefaultDescription
userstringName of the user to use when connecting to the EIS.
passwordReversably 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.