mirror of https://github.com/apache/activemq.git
remove obsolete attribute: syncOnTransaction
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1131035 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7631ca9cad
commit
a2f3e8a3d1
|
@ -107,7 +107,6 @@ public class AMQPersistenceAdapter implements PersistenceAdapter, UsageListener,
|
||||||
private Runnable periodicCleanupTask;
|
private Runnable periodicCleanupTask;
|
||||||
private boolean deleteAllMessages;
|
private boolean deleteAllMessages;
|
||||||
private boolean syncOnWrite;
|
private boolean syncOnWrite;
|
||||||
private boolean syncOnTransaction=true;
|
|
||||||
private String brokerName = "";
|
private String brokerName = "";
|
||||||
private File directory;
|
private File directory;
|
||||||
private File directoryArchive;
|
private File directoryArchive;
|
||||||
|
@ -837,14 +836,6 @@ public class AMQPersistenceAdapter implements PersistenceAdapter, UsageListener,
|
||||||
this.syncOnWrite = syncOnWrite;
|
this.syncOnWrite = syncOnWrite;
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isSyncOnTransaction() {
|
|
||||||
return syncOnTransaction;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setSyncOnTransaction(boolean syncOnTransaction) {
|
|
||||||
this.syncOnTransaction = syncOnTransaction;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param referenceStoreAdapter the referenceStoreAdapter to set
|
* @param referenceStoreAdapter the referenceStoreAdapter to set
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue