mirror of https://github.com/apache/activemq.git
added stub to clear down messages when recover is called
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@549068 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d2fe512fa4
commit
76f573754b
|
@ -136,4 +136,12 @@ public class JPAReferenceStoreAdapter extends JPAPersistenceAdapter implements R
|
|||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @see org.apache.activemq.store.ReferenceStoreAdapter#clearMessages()
|
||||
*/
|
||||
public void clearMessages(){
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue