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 631568f020 ARTEMIS-3905 update docs for disabled proxy
631568f020 is described below
commit 631568f020a876bbc01e2b2b4c4b4c6e86ca8d9d
Author: Justin Bertram <[email protected]>
AuthorDate: Mon Jul 25 12:41:27 2022 -0500
ARTEMIS-3905 update docs for disabled proxy
---
docs/user-manual/en/management-console.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/user-manual/en/management-console.md
b/docs/user-manual/en/management-console.md
index 2058b1e0b3..e42dfd59b7 100644
--- a/docs/user-manual/en/management-console.md
+++ b/docs/user-manual/en/management-console.md
@@ -42,14 +42,14 @@ Running below the Navigation Menu you will see several
default feature tabs.
- `Artemis` This is the core tab for Apache ActiveMQ Artemis specific
functionality. The rest of this document will focus on this.
-- `Connect` This allows you to connect to a remote broker from the same
console.
-
- `Dashboard` Here you can create and save graphs and tables of metrics
available via JMX, a default jvm health dashboard is provided.
- `JMX` This exposes the raw Jolokia JMX so you can browse/access all the JMX
endpoints exposed by the JVM.
- `Threads` This allows you to monitor the thread usage and their state.
+In previous versions there was a "Connect" tab which could be used to connect
to a remote broker from the same console. This was disabled by default for
security purposes, but it can be enabled again by removing
`-Dhawtio.disableProxy=true` from `artemis.profile` (or `artemis.profile.cmd`
on Windows).
+
You can install further hawtio plugins if you wish to have further
functionality.
## Artemis Tab