User: chirino
Date: 02/03/09 07:32:33
Modified: src/main/org/jboss/mq/pm 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.5 +4 -1 jbossmq/src/main/org/jboss/mq/pm/PersistenceManager.java
Index: PersistenceManager.java
===================================================================
RCS file: /cvsroot/jboss/jbossmq/src/main/org/jboss/mq/pm/PersistenceManager.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- PersistenceManager.java 10 Nov 2001 21:38:03 -0000 1.4
+++ PersistenceManager.java 9 Mar 2002 15:32:33 -0000 1.5
@@ -27,7 +27,7 @@
* @author Hiram Chirino ([EMAIL PROTECTED])
* @author Paul Kendall ([EMAIL PROTECTED])
* @created August 16, 2001
- * @version $Revision: 1.4 $
+ * @version $Revision: 1.5 $
*/
public interface PersistenceManager {
@@ -109,6 +109,9 @@
*/
public void remove( MessageReference message, Tx txId )
throws javax.jms.JMSException;
+
+ public void closeQueue(JMSDestination jmsDest, SpyDestination dest)
+ throws javax.jms.JMSException;
/**
* @param server org.jboss.mq.server.JMSServer
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development