[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-1489) use long type to store MessageCounter count
Jeff Mesnil (JIRA)
jira-events at lists.jboss.org
Fri Jan 16 03:29:04 EST 2009
use long type to store MessageCounter count
-------------------------------------------
Key: JBMESSAGING-1489
URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1489
Project: JBoss Messaging
Issue Type: Feature Request
Reporter: Jeff Mesnil
Assignee: Tim Fox
MessageCounter keeps the total count of messages as a int.
Depending on use cases, it is possible that the queue has had more message than Integer.MAX_VALUE.
Using a long to store the counters should be preferred
--
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