Markus Kühn wrote:
I didn't and wouldn't change MimeMessageJDBCSource with all the problems and side effects you described. I found storing the body of big messages by default in the file system to be the best solution for me so far.

Well, I use db repositories because I need a good failover solution and simpler backups. Most db provide replication, also.

When all the data is in a single place it's much more easy to manage it and avoid "synchronization" problems between filesystem and db data.

The changes to MimeMessageJDBCSource are needed for DB repositories while your solution is good for messages created from scratch. Using dbfile or file repositories we can just use the SharedInputStream from the stream repository (patch pending).

Stefano


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to