org.apache.qpid.filter
Interface MessageFilter

All Known Implementing Classes:
JMSSelectorFilter

public interface MessageFilter


Method Summary
 boolean matches(AbstractJMSMessage message)
           
 

Method Detail

matches

boolean matches(AbstractJMSMessage message)
                throws org.apache.qpid.AMQInternalException
Throws:
org.apache.qpid.AMQInternalException


Licensed to the Apache Software Foundation