Github user franz1981 commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/2401#discussion_r229845531
  
    --- Diff: 
artemis-server/src/main/java/org/apache/activemq/artemis/core/config/Configuration.java
 ---
    @@ -493,6 +493,17 @@ Configuration addDiscoveryGroupConfiguration(String 
key,
         */
        Configuration setManagementAddress(SimpleString address);
     
    +   /**
    +    * Sets whether {@link #getManagementAddress()} ignores Global Max Size 
limit.
    +    */
    +   Configuration setManagementAddressIgnoreGlobalMaxSize(boolean value);
    +
    +   /**
    +    * Returns {@code true} if {@link #getManagementAddress()} ignores 
Global Max Size limit.
    +    */
    +   boolean isManagementAddressIgnoreGlobalMaxSize();
    --- End diff --
    
    If you set the max size of an address to -1 the broker will fallback to use 
global-max-size instead AFIK


---

Reply via email to