mirror of https://github.com/apache/activemq.git
updated properties
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@629405 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
13af1e36fb
commit
4e3e8c4add
|
@ -155,4 +155,10 @@ public class JPAReferenceStoreAdapter extends JPAPersistenceAdapter implements R
|
|||
public void savePreparedState(Map<TransactionId, AMQTx> map) throws IOException {
|
||||
}
|
||||
|
||||
public long getMaxDataFileLength() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
public void setMaxDataFileLength(long maxDataFileLength) {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue