Class FederationReceiveFromAddressPolicy

    • Method Detail

      • getPolicyName

        public String getPolicyName()
      • isAutoDelete

        public boolean isAutoDelete()
      • getAutoDeleteDelay

        public long getAutoDeleteDelay()
      • getAutoDeleteMessageCount

        public long getAutoDeleteMessageCount()
      • getMaxHops

        public int getMaxHops()
      • isEnableDivertBindings

        public boolean isEnableDivertBindings()
      • test

        public boolean test​(org.apache.activemq.artemis.core.server.impl.AddressInfo addressInfo)
        Convenience test method for those who have an AddressInfo object but don't want to deal with the SimpleString object or any null checks.
        Parameters:
        addressInfo - The address info to check which if null will result in a negative result.
        Returns:
        true if the address value matches this configured policy.