User: chirino
Date: 02/03/09 07:32:34
Modified: src/main/org/jboss/mq/pm/rollinglogged
PersistenceManager.java
Log:
Added some more logic so that you can undeploy a queue or topic. Still needs work
on the recovery side. Queue recovery will only happen the first time the queue is
deployed.
Revision Changes Path
1.21 +9 -1
jbossmq/src/main/org/jboss/mq/pm/rollinglogged/PersistenceManager.java
Index: PersistenceManager.java
===================================================================
RCS file:
/cvsroot/jboss/jbossmq/src/main/org/jboss/mq/pm/rollinglogged/PersistenceManager.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- PersistenceManager.java 27 Feb 2002 09:24:25 -0000 1.20
+++ PersistenceManager.java 9 Mar 2002 15:32:34 -0000 1.21
@@ -39,7 +39,7 @@
*
* @author David Maplesden ([EMAIL PROTECTED])
* @author <a href="mailto:[EMAIL PROTECTED]">David Jencks</a>
- * @version $Revision: 1.20 $
+ * @version $Revision: 1.21 $
*/
public class PersistenceManager
extends ServiceMBeanSupport
@@ -826,6 +826,14 @@
this.log = log;
}
}
+
+ /*
+ * @see PersistenceManager#closeQueue(JMSDestination, SpyDestination)
+ */
+ public void closeQueue(JMSDestination jmsDest, SpyDestination dest) throws
JMSException
+ {
+ // TODO: Do we need to cleanup anything when a queue get's closed?
+ }
}
/*
vim:tabstop=3:et:shiftwidth=3
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development