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

cshannon pushed a commit to branch activemq-5.19.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-5.19.x by this push:
     new 2c69e46dc4 Add more transport types to the denied list for JMX part 2 
(#1972) (#1974)
2c69e46dc4 is described below

commit 2c69e46dc41db3d69072ae7415526154dc697763
Author: Christopher L. Shannon <[email protected]>
AuthorDate: Mon Apr 27 16:14:47 2026 -0400

    Add more transport types to the denied list for JMX part 2 (#1972) (#1974)
    
    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 ad81f01583..d2b79e9076 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


Reply via email to