[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-1468) Eliminate message.copy on DLQ and Expire. Instead just creating a new reference to the same message.
Clebert Suconic (JIRA)
jira-events at lists.jboss.org
Fri Dec 12 15:00:36 EST 2008
Eliminate message.copy on DLQ and Expire. Instead just creating a new reference to the same message.
----------------------------------------------------------------------------------------------------
Key: JBMESSAGING-1468
URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1468
Project: JBoss Messaging
Issue Type: Task
Reporter: Clebert Suconic
Assignee: Tim Fox
DLQ and Expire are copying Messages between queues, by assigning a new ID.
This will be a problem with LargeMessages. (Say if a message has 2G. The move will need to copy a file around on the server file, and this could lead to timeouts since Expire could be generated from the user side).
This would be a problem with replication also.
--
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