| Name | Type | Description | Mandatory | Default value |
|---|---|---|---|---|
connectionUrl |
string |
The AMQP server connection URL, containing the full connection URL with port and/or other required details. |
Yes |
n/a |
username |
string |
The username for the AMQP server connection. |
No |
n/a |
password |
string |
The password for the AMQP server connection. |
No |
n/a |
maximumNumberOfRetries |
integer |
The maximum number of retries for establishing a connection to the AMQP server. If this parameter is not set, the attempts will be infinite. |
No |
n/a |
initialRetryIntervalMs |
integer |
Initial retry interval in milliseconds. It
will increase exponentially with each retry until |
No |
5 |
maxRetryIntervalMs |
integer |
Maximum retry interval in milliseconds. |
No |
5000 |
| The adapter allows you to specify the amqpServerConnection through a shared configuration. If the amqpServerConnection is explicitly defined in the service configuration, a unique AMQP connection instance will be allocated to the service. However, if the sharedConfigName parameter is used to reference a shared configuration, the connection instance will be shared with any other services that reference the same shared configuration. |