You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Norman Maurer (JIRA)" <se...@james.apache.org> on 2010/07/30 19:56:17 UTC

[jira] Created: (JAMES-1031) Only use MailClaimCheck / MailEnricher when a treshold is hit

Only use MailClaimCheck / MailEnricher when a treshold is hit
-------------------------------------------------------------

                 Key: JAMES-1031
                 URL: https://issues.apache.org/jira/browse/JAMES-1031
             Project: JAMES Server
          Issue Type: Improvement
          Components: SpoolManager & Processors
            Reporter: Norman Maurer
            Assignee: Norman Maurer
             Fix For: 3.0


At the moment we store the MimeMessage of the Mail on fs before we hand the rest of to jms. This is needed for very big messages but for small messages its a way faster to just store them directly in the JMS Queue. We should make it configurable at which message size it need to get stored out-of-band. Maybe we should even consider to store it via a BlobMessage then

-- 
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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Resolved: (JAMES-1031) Only use MailClaimCheck / MailEnricher when a treshold is hit

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/JAMES-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer resolved JAMES-1031.
----------------------------------

    Resolution: Invalid

The enricher / claimcheck is not used anymore

> Only use MailClaimCheck / MailEnricher when a treshold is hit
> -------------------------------------------------------------
>
>                 Key: JAMES-1031
>                 URL: https://issues.apache.org/jira/browse/JAMES-1031
>             Project: JAMES Server
>          Issue Type: Improvement
>          Components: SpoolManager & Processors
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 3.0
>
>
> At the moment we store the MimeMessage of the Mail on fs before we hand the rest of to jms. This is needed for very big messages but for small messages its a way faster to just store them directly in the JMS Queue. We should make it configurable at which message size it need to get stored out-of-band. Maybe we should even consider to store it via a BlobMessage then

-- 
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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org