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:
Robert Davies 2006-04-03 14:12:48 +00:00
parent e9b1ff51ee
commit 0a7ade231a
1 changed files with 3 additions and 1 deletions

View File

@ -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;