[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-448) Durable subscription state on unsubscribe
Tim Fox (JIRA)
jira-events at jboss.com
Thu Jul 27 13:03:11 EDT 2006
Durable subscription state on unsubscribe
-----------------------------------------
Key: JBMESSAGING-448
URL: http://jira.jboss.com/jira/browse/JBMESSAGING-448
Project: JBoss Messaging
Issue Type: Bug
Affects Versions: 1.0.1.CR3
Reporter: Tim Fox
Assigned To: Tim Fox
Fix For: 1.0.1.GA
When unsubscribing a durable subscription, the message reference data is deleted from the database using PersistenceManager::removeAllChannelData().
This deletes the data in the message reference table, but not in the message table. This is more tricky since messages might be referenced by other channels.
We need to make sure that messages are also deleted if they are no longer referenced by message references
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list