Skip to main content

AliasSubMessageQueue

This page provides generated reference documentation for the AliasSubMessageQueue data model.

Overview

PropertySummary
queueHostThe host under which the Message Queue is accessible
queuePortThe host under which the Message Queue is accessible
queueUsernameThe host under which the Message Queue is accessible
queuePasswordThe host under which the Message Queue is accessible
queueReconnectionEnabledIf 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.
queueReconnectionTimeoutHow 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