Configuration Reference
Version:2.2.1
Nats Config Properties
🔗Property | Type | Description |
---|---|---|
|
java.util.List |
The list of addresses |
|
java.lang.String |
the username |
|
java.lang.String |
the password |
|
java.lang.String |
the token |
|
int |
times to try reconnect |
|
java.time.Duration |
time to wait |
|
java.time.Duration |
maximumTime for inital connection |
|
java.time.Duration |
time between server pings |
|
long |
size of the buffer, in bytes, used to store publish messages during reconnect |
|
java.lang.String |
custom prefix for request/reply inboxes |
|
boolean |
enable or disable echo messages, messages that are sent by this connection back to this connection |
|
boolean |
whether or not the client should support for UTF8 subject names |
|
java.lang.String |
path to the credentials file to use for authentication with an account enabled server |
Property | Type | Description |
---|---|---|
|
java.lang.String |
file path for the trust store |
|
java.lang.String |
used to unlock the trust store |
|
java.lang.String |
generally the default, but available for special trust store formats/types |
|
java.lang.String |
the path to the certificate |
|
The tls configuration |
Property | Type | Description |
---|---|---|
|
java.util.List |
The list of addresses |
|
java.lang.String |
the username |
|
java.lang.String |
the password |
|
java.lang.String |
the token |
|
int |
times to try reconnect |
|
java.time.Duration |
time to wait |
|
java.time.Duration |
maximumTime for inital connection |
|
java.time.Duration |
time between server pings |
|
long |
size of the buffer, in bytes, used to store publish messages during reconnect |
|
java.lang.String |
custom prefix for request/reply inboxes |
|
boolean |
enable or disable echo messages, messages that are sent by this connection back to this connection |
|
boolean |
whether or not the client should support for UTF8 subject names |
|
java.lang.String |
path to the credentials file to use for authentication with an account enabled server |
Property | Type | Description |
---|---|---|
|
The tls configuration |
|
|
java.lang.String |
file path for the trust store |
|
java.lang.String |
used to unlock the trust store |
|
java.lang.String |
generally the default, but available for special trust store formats/types |
|
java.lang.String |
the path to the certificate |