IP Address of Message Queue Server. If it is installed on the local server then we can use localhost. If we are accessing this server remotely then need to mention IP address.
username
string
Required
Username of message queue server.
Default value: “guest”
password
string
Required
Password of message queue server.
Default value: “guest”
system
string
Required
Defines which messaging queue to be used, either "rabbitmq" or "azureservicebus".
Default value: "rabbitmq"
group: general
key
Data type
Required or Optional
Description
deleteUserOnNoEntitlement
string
Optional
Defines if the user shall be deleted if no active entitlement assignment are present for that user.
Valid values: true or false.
Default: true
deleteUserOnNoAccessToken
string
Optional
Defines if the user shall be deleted if no active access tokens are present for that user.
Valid values: true or false.
Default: true
heartbeatInterval
int
Optional
Heartbeat interval is the time difference between two successive heartbeats, and it is used to know if the system is in active (running) or in inactive (stopped) state.
Default value and minimum value: 60 seconds. If it is set less than 60 seconds, it will be considered as 60 seconds to update the status.
This article is valid for Smart ID 21.04 and later.