mirror of https://github.com/apache/activemq.git
The JPAReferenceStore does not track XA transaction so force a journal recover always. Fixes the QuickJPAStoreXARecoveryBrokerTest
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@561103 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c07b23352c
commit
0e87c01f22
|
@ -136,7 +136,7 @@ public class JPAReferenceStoreAdapter extends JPAPersistenceAdapter implements R
|
|||
* @see org.apache.activemq.store.ReferenceStoreAdapter#isStoreValid()
|
||||
*/
|
||||
public boolean isStoreValid(){
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue