mirror of
https://github.com/apache/activemq.git
synced 2025-02-16 23:16:52 +00:00
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…
x
Reference in New Issue
Block a user