Move messages from one queue to an other should try to not copy the message
---------------------------------------------------------------------------
Key: JAMES-1128
URL: https://issues.apache.org/jira/browse/JAMES-1128
Project: JAMES Server
Issue Type: Improvement
Affects Versions: 3.0-M1
Reporter: Norman Maurer
Fix For: 3.0-M3
At the moment we use the FileSystemStrategy to store the message content to the
filesystem. For this we use one directory per queue. So if we process a message
in the spool and the move it to the outgoing queue (by RemoteDelivery) we need
to copy the payload. Thats waste of I/O as as long as the message content was
not changed we could just point to the "old" payload. So I think we should not
use one different folder per queue. We should just use one folder for all
queues.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]