mirror of https://github.com/apache/activemq.git
add debug logging for mkaha destination to persistence adapter mapping
This commit is contained in:
parent
c60af64165
commit
ff593bf3dd
|
@ -171,6 +171,7 @@ public class MultiKahaDBPersistenceAdapter extends LockableServiceSupport implem
|
|||
}
|
||||
}
|
||||
startAdapter(filteredAdapter.getPersistenceAdapter(), destination.getQualifiedName());
|
||||
LOG.debug("destination {} matched persistence adapter {}", new Object[]{destination.getQualifiedName(), filteredAdapter.getPersistenceAdapter()});
|
||||
return filteredAdapter.getPersistenceAdapter();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue