[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-1728) OrderingGroupMonitor shouldn't hold any MessageReference objects that are paged
Howard Gao (JIRA)
jira-events at lists.jboss.org
Fri Aug 28 10:33:23 EDT 2009
OrderingGroupMonitor shouldn't hold any MessageReference objects that are paged
-------------------------------------------------------------------------------
Key: JBMESSAGING-1728
URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1728
Project: JBoss Messaging
Issue Type: Bug
Components: Messaging Core
Affects Versions: 1.4.4.GA, 1.4.0.SP3.CP08
Reporter: Howard Gao
Assignee: Howard Gao
Fix For: 1.4.0.SP3.CP09, 1.4.5.GA
OrderingGroupMonitor registers ordering group messages by holding its messages. In paging mode, it will take up memories.
We need to refactor it to:
1. only register in memory references.
2. don't hold it's reference in the OrderingGroupMonitor, only the MessageID will suffice.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list