mirror of https://github.com/apache/activemq.git
close the thing on a stop
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@391050 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e9b1ff51ee
commit
0a7ade231a
|
@ -117,7 +117,9 @@ public class KahaPersistentAdaptor implements PersistenceAdapter{
|
|||
|
||||
public void start() throws Exception{}
|
||||
|
||||
public void stop() throws Exception{}
|
||||
public void stop() throws Exception{
|
||||
store.close();
|
||||
}
|
||||
|
||||
public long getLastMessageBrokerSequenceId() throws IOException{
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue