This is an automated email from the ASF dual-hosted git repository.
cshannon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new 1f2a257152 Add more transport types to the denied list for JMX part 2
(#1972)
1f2a257152 is described below
commit 1f2a2571524c56b3b103a9d3a625ceda3430f6e9
Author: Christopher L. Shannon <[email protected]>
AuthorDate: Mon Apr 27 13:06:13 2026 -0400
Add more transport types to the denied list for JMX part 2 (#1972)
Follow on to #1949
---
.../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