[jboss-jira] [JBoss JIRA] Updated: (JBMESSAGING-1468) Implement LargeMessages::copy
Clebert Suconic (JIRA)
jira-events at lists.jboss.org
Mon Feb 2 15:38:44 EST 2009
[ https://jira.jboss.org/jira/browse/JBMESSAGING-1468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Clebert Suconic updated JBMESSAGING-1468:
-----------------------------------------
Summary: Implement LargeMessages::copy (was: LargeMessages::copy should make a reference to the original file, avoiding copying the huge file on server)
> Implement LargeMessages::copy
> -----------------------------
>
> 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
More information about the jboss-jira
mailing list