Skip to content

Commit 419caaf

Browse files
mbsljbertram
authored andcommitted
NO-JIRA Fixed typo in connection-ttl.adoc for connectionTTL parameter
1 parent 6d3c363 commit 419caaf

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/user-manual/connection-ttl.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,16 @@ Basically, the TTL determines how long the server will keep a connection alive i
8383
The client will automatically send "ping" packets periodically to prevent the server from closing it down.
8484
If the server doesn't receive any packets on a connection for the connection TTL time, then it will automatically close all the sessions on the server that relate to that connection.
8585

86-
The connection TTL is configured on the URI using the `connectionTtl` parameter., e.g.:
86+
The connection TTL is configured on the URI using the `connectionTTL` parameter., e.g.:
8787

8888
[,]
8989
----
90-
tcp://localhost:61616?connectionTtl=60000
90+
tcp://localhost:61616?connectionTTL=60000
9191
----
9292

93-
The default `connectionTtl` on an "unreliable" connection (e.g. a Netty connection using the `tcp` URL scheme) is `60000` milliseconds (i.e. 1 minute).
94-
The default `connectionTtl` on a "reliable" connection (e.g. an in-vm connection using the `vm` URL scheme) is `-1`.
95-
A value of `-1` for `connectionTtl` means the server will never time out the connection on the server side.
93+
The default `connectionTTL` on an "unreliable" connection (e.g. a Netty connection using the `tcp` URL scheme) is `60000` milliseconds (i.e. 1 minute).
94+
The default `connectionTTL` on a "reliable" connection (e.g. an in-vm connection using the `vm` URL scheme) is `-1`.
95+
A value of `-1` for `connectionTTL` means the server will never time out the connection on the server side.
9696

9797
If you do not wish clients to be able to specify their own connection TTL, you can override all values used by a global value set on the server side.
9898
This can be done by specifying the `connection-ttl-override` attribute in the server side configuration.

0 commit comments

Comments
 (0)