{
if (hb.matches(Filterable.Factory.newInstance(payload,instanceProperties)))
{
BindingImpl b = hb.getBinding();
b.incrementMatches();
if (_logger.isDebugEnabled())
{
_logger.debug("Exchange " + getName() + ": delivering message with headers " +
payload.getMessageHeader() + " to " + b.getAMQQueue().getName());