Interface MessageReferenceFilter
-
public interface MessageReferenceFilter
Represents a filter on message references
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
evaluate(ConnectionContext context, MessageReference messageReference)
-
-
-
Method Detail
-
evaluate
boolean evaluate(ConnectionContext context, MessageReference messageReference) throws JMSException
- Throws:
JMSException
-
-