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 5acf269109 NO-JIRA improve formatting for remote JMX doc
5acf269109 is described below
commit 5acf269109780cea419a55cb5bada51743e30a25
Author: Justin Bertram <[email protected]>
AuthorDate: Tue Jan 31 12:03:37 2023 -0600
NO-JIRA improve formatting for remote JMX doc
---
docs/user-manual/en/management.md | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/docs/user-manual/en/management.md
b/docs/user-manual/en/management.md
index 8e75d35116..be11ac43f2 100644
--- a/docs/user-manual/en/management.md
+++ b/docs/user-manual/en/management.md
@@ -443,10 +443,15 @@ file. To enable this you simply add the following xml:
<connector connector-port="1099"/>
```
-This exposes the agent remotely on the port 1099. If you were connecting via
-JConsole you would connect as a remote process using the service url
-`service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi` and an appropriate user
-name and password.
+This exposes the agent remotely on the port `1099`. If you were connecting via
+JConsole you would connect as a remote process using the service url:
+
+```
+service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi
+```
+
+You'd be able to supply an appropriate user name and password in this case as
+well.
You can also configure the connector using the following: