This is an automated email from the ASF dual-hosted git repository.

jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new c208b50341 ARTEMIS-5458 fixed invalid constant name(docs)
c208b50341 is described below

commit c208b50341ff36ca0a6c6569ca7576fa824f26f3
Author: nozdrya.d.a <[email protected]>
AuthorDate: Tue Apr 29 12:55:27 2025 +0300

    ARTEMIS-5458 fixed invalid constant name(docs)
    
    Fixed incorrect transport constants name (connectionTTL)
    in the documentation.
---
 docs/user-manual/connection-ttl.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/user-manual/connection-ttl.adoc 
b/docs/user-manual/connection-ttl.adoc
index 16b5c72ba2..b7bfaad762 100644
--- a/docs/user-manual/connection-ttl.adoc
+++ b/docs/user-manual/connection-ttl.adoc
@@ -82,11 +82,11 @@ Basically, the TTL determines how long the server will keep 
a connection alive i
 The client will automatically send "ping" packets periodically to prevent the 
server from closing it down.
 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.
 
-The connection TTL is configured on the URI using the `connectionTTL` 
parameter.
+The connection TTL is configured on the URI using the `connectionTtl` 
parameter.
 
 The default value for connection ttl on an "unreliable" connection (e.g. a 
Netty connection using the `tcp` URL scheme) is ``60000``ms, i.e. 1 minute.
 The default value for connection ttl on a "reliable" connection (e.g. an in-vm 
connection using the `vm` URL scheme) is `-1`.
-A value of `-1` for `connectionTTL` means the server will never time out the 
connection on the server side.
+A value of `-1` for `connectionTtl` means the server will never time out the 
connection on the server side.
 
 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.
 This can be done by specifying the `connection-ttl-override` attribute in the 
server side configuration.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to