mirror of https://github.com/apache/activemq.git
added isStoreValid() method - used by AMQStore to determine if references need to be rebuilt
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@516407 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cb3becf3c4
commit
82d19974d8
|
@ -128,4 +128,12 @@ public class JPAReferenceStoreAdapter extends JPAPersistenceAdapter implements R
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return
|
||||||
|
* @see org.apache.activemq.store.ReferenceStoreAdapter#isStoreValid()
|
||||||
|
*/
|
||||||
|
public boolean isStoreValid(){
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue