What I'm seeing appears to be a bug:

I have a message listener listening on a dynamically created topic, a MDB publishing 
to that same topic, and a session bean that comes along and deletes the topic. When 
the session bean tries to delete the dynamically created topic however, the topic is 
only removed from JNDI and NOT destroyed. This exception is thrown when deleting the 
topic fails: "Stopping failed: javax.jms.JMSException: The destination is being used."
 
Further messages in the server log say the topics been destroyed, but listing the 
topics from the jmx web viewer verifies it has not been. 

I found this because I was trying to recreate the topic. JNDI lookups failed, but 
createTopic() gave an InstanceAlreadyExistsException.

Do I need to log this bug somewhere, or is this post good enough?

Thanks,
Mary

* * *

View thread online: http://jboss.org/forums/thread.jsp?forum=66&thread=14975

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to