Configuration property fixed at build time - All other configuration properties are overridable at runtime
Type |
Default |
|
---|---|---|
Disables health check Environment variable: |
boolean |
|
Disables metrics Environment variable: |
boolean |
|
Type |
Default |
|
Disable the client. Environment variable: |
boolean |
|
URI for connecting, formatted as amqp://userName:password@hostName:portNumber/virtualHost Environment variable: |
string |
|
Username for authentication Environment variable: |
string |
|
Password for authentication Environment variable: |
string |
|
Hostname for connecting Environment variable: |
string |
|
Virtual host Environment variable: |
string |
|
Port number for connecting Environment variable: |
int |
|
Connection timeout in milliseconds Environment variable: |
int |
|
Connection close timeout in milliseconds Environment variable: |
int |
|
Heartbeat interval in seconds Environment variable: |
int |
|
Handshake timeout in milliseconds Environment variable: |
int |
|
Shutdown timeout in milliseconds Environment variable: |
int |
|
Maximum number of channels per connection Environment variable: |
int |
|
Maximum frame size Environment variable: |
int |
|
Maximum body size of inbound (received) messages in bytes. Default value is 67,108,864 (64 MiB). Environment variable: |
int |
|
Network recovery interval in milliseconds Environment variable: |
int |
|
Channel RPC timeout in milliseconds Environment variable: |
int |
|
Validate channel RPC response type Environment variable: |
boolean |
|
Recover connection on failure Environment variable: |
boolean |
|
Recover topology on failure Environment variable: |
boolean |
|
SASL authentication mechanisms Environment variable: |
|
|
Client properties Environment variable: |
||
Type |
Default |
|
Hostname for connecting Environment variable: |
string |
required |
Port number for connecting Environment variable: |
int |
|
Type |
Default |
|
Enables TLS Environment variable: |
boolean |
|
TLS Algorithm to use Environment variable: |
string |
|
Trust store file Environment variable: |
string |
|
Trust store type Environment variable: |
string |
|
Trust store algorithm Environment variable: |
string |
|
Trust store password Environment variable: |
string |
|
Key store file Environment variable: |
string |
|
Key store password Environment variable: |
string |
|
Key store type Environment variable: |
string |
|
Key store algorithm Environment variable: |
string |
|
Validate server certificate Environment variable: |
boolean |
|
Verify hostname Environment variable: |
boolean |
|
Type |
Default |
|
Enables non blocking IO Environment variable: |
boolean |
|
Read buffer size in bytes Environment variable: |
int |
|
Write buffer size in bytes Environment variable: |
int |
|
Number of non blocking IO threads Environment variable: |
int |
|
Write enqueuing timeout in milliseconds Environment variable: |
int |
|
Write queue capacity. Environment variable: |
int |
|