Interface MessageAuthorizationPolicy


  • public interface MessageAuthorizationPolicy
    A plugin to allow custom message-level security checks to be performed before a message is consumed.
    • Method Detail

      • isAllowedToConsume

        boolean isAllowedToConsume​(ConnectionContext context,
                                   org.apache.activemq.command.Message message)
        Returns true if the given message is able to be dispatched to the connection performing any user
        Returns:
        true if the context is allowed to consume the message