mirror of https://github.com/apache/activemq.git
show the store location for a DB toString
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1157118 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0e7d5a9523
commit
9026274532
|
@ -100,6 +100,11 @@ public class KahaDBStore extends MessageDatabase implements PersistenceAdapter {
|
|||
this.transactionStore = new KahaDBTransactionStore(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "KahaDB:[" + directory.getAbsolutePath() + "]";
|
||||
}
|
||||
|
||||
public void setBrokerName(String brokerName) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue