AliasSubMessageQueue
This page provides generated reference documentation for the AliasSubMessageQueue data model.
Overview
| Property | Summary |
|---|---|
| queueHost | The host under which the Message Queue is accessible |
| queuePort | The host under which the Message Queue is accessible |
| queueUsername | The host under which the Message Queue is accessible |
| queuePassword | The host under which the Message Queue is accessible |
| queueReconnectionEnabled | If the Server should try multiple times to connect to the Message Queue, if there was an issue on the first try or if the connection was lost. |
| queueReconnectionTimeout | How long should the server try to connect to the Message Queue (with an interval of 1 second). Only active if queueReconnectionEnabled is set to true. |
queueHost
Type: String
The host under which the Message Queue is accessible
queuePort
Type: String
The host under which the Message Queue is accessible
queueUsername
Type: String
The host under which the Message Queue is accessible
queuePassword
Type: String
The host under which the Message Queue is accessible
queueReconnectionEnabled
Type: Boolean
Default: true
If the Server should try multiple times to connect to the Message Queue, if there was an issue on the first try or if the connection was lost.
Default: true
queueReconnectionTimeout
Type: Long
Requires: queueReconnectionEnabled = true
How long should the server try to connect to the Message Queue (with an interval of 1 second).
Only active if queueReconnectionEnabled is set to true.
Default: 60 seconds
Min: 5 seconds