org.apache.activemq.security
Interface MessageAuthorizationPolicy
public interface MessageAuthorizationPolicy
A plugin to allow custom message-level security checks to be performed before
a message is consumed.
isAllowedToConsume
boolean isAllowedToConsume(ConnectionContext context,
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
Copyright © 2005-2011. All Rights Reserved.