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

gtully 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 6731d45a69 NO-JIRA fix typo in properties docs, remove capitalisation 
of property names
6731d45a69 is described below

commit 6731d45a695af5d71265ef5a5acdfbcece8db10d
Author: Gary Tully <[email protected]>
AuthorDate: Tue Oct 15 10:54:11 2024 +0100

    NO-JIRA fix typo in properties docs, remove capitalisation of property names
---
 docs/user-manual/configuration-index.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/user-manual/configuration-index.adoc 
b/docs/user-manual/configuration-index.adoc
index 72f962c8f6..9df8d51646 100644
--- a/docs/user-manual/configuration-index.adoc
+++ b/docs/user-manual/configuration-index.adoc
@@ -105,8 +105,8 @@ For example, a properties file containing:
 ----
 securityEnabled=false
 
acceptorConfigurations.tcp.factoryClassName=org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptorFactory
-acceptorConfigurations.tcp.params.HOST=localhost
-acceptorConfigurations.tcp.params.PORT=61616
+acceptorConfigurations.tcp.params.host=localhost
+acceptorConfigurations.tcp.params.port=61616
 ----
 
 would: 1) disable RBAC security checks 2) add or modify an acceptor named 
"tcp" that will use Netty 3) set the acceptor named "tcp" 'HOST' parameter to 
localhost 4) set the acceptor named "tcp" 'PORT' parameter to 61616


---------------------------------------------------------------------
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