mirror of
https://github.com/apache/activemq.git
synced 2025-02-09 11:35:36 +00:00
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 start() throws Exception{}
|
||||||
|
|
||||||
public void stop() throws Exception{}
|
public void stop() throws Exception{
|
||||||
|
store.close();
|
||||||
|
}
|
||||||
|
|
||||||
public long getLastMessageBrokerSequenceId() throws IOException{
|
public long getLastMessageBrokerSequenceId() throws IOException{
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user