This is an automated email from the ASF dual-hosted git repository.
cshannon pushed a commit to branch activemq-6.2.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-6.2.x by this push:
new 3a2397d4b2 Add more transport types to the denied list for JMX part 2
(#1972) (#1973)
3a2397d4b2 is described below
commit 3a2397d4b25e8d3f759772b9d3932a7cb226d10a
Author: Christopher L. Shannon <[email protected]>
AuthorDate: Mon Apr 27 16:14:37 2026 -0400
Add more transport types to the denied list for JMX part 2 (#1972) (#1973)
Follow on to #1949
(cherry picked from commit 1f2a2571524c56b3b103a9d3a625ceda3430f6e9)
---
.../src/main/java/org/apache/activemq/broker/jmx/BrokerView.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/activemq-broker/src/main/java/org/apache/activemq/broker/jmx/BrokerView.java
b/activemq-broker/src/main/java/org/apache/activemq/broker/jmx/BrokerView.java
index 923ab9257a..0d0422c5b4 100644
---
a/activemq-broker/src/main/java/org/apache/activemq/broker/jmx/BrokerView.java
+++
b/activemq-broker/src/main/java/org/apache/activemq/broker/jmx/BrokerView.java
@@ -46,7 +46,7 @@ public class BrokerView implements BrokerViewMBean {
public static final Set<String> DENIED_TRANSPORT_SCHEMES = Set.of("vm",
"http",
"multicast", "zeroconf", "discovery", "fanout", "mock", "peer",
"failover",
- "proxy", "reliable", "simple", "udp");
+ "proxy", "reliable", "simple", "udp", "masterslave");
ManagedRegionBroker broker;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact