[
https://jira.jboss.org/jira/browse/JBMESSAGING-1468?page=com.atlassian.ji...
]
Clebert Suconic updated JBMESSAGING-1468:
-----------------------------------------
Summary: LargeMessages::copy should make a reference to the original file,
avoiding copying the huge file on server (was: Eliminate message.copy on DLQ and Expire.
Instead just creating a new reference to the same message.)
Fix Version/s: 2.0.0 Beta
Assignee: Clebert Suconic (was: Tim Fox)
LargeMessages::copy should make a reference to the original file,
avoiding copying the huge file on server
----------------------------------------------------------------------------------------------------------
Key: JBMESSAGING-1468
URL:
https://jira.jboss.org/jira/browse/JBMESSAGING-1468
Project: JBoss Messaging
Issue Type: Task
Reporter: Clebert Suconic
Assignee: Clebert Suconic
Fix For: 2.0.0 Beta
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