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 (Created) (JIRA)" <ji...@apache.org> on 2011/10/02 21:27:34 UTC

[jira] [Created] (MAILBOX-148) Remove batchSize parameter from MessageManager.getMessages(...)

Remove batchSize parameter from MessageManager.getMessages(...)
---------------------------------------------------------------

                 Key: MAILBOX-148
                 URL: https://issues.apache.org/jira/browse/MAILBOX-148
             Project: James Mailbox
          Issue Type: Improvement
          Components: api
    Affects Versions: 0.3, 0.4
            Reporter: Norman Maurer
            Assignee: Norman Maurer
             Fix For: 0.4


We should remove the batchSize parameter from the MessageManager.getMessages(...) method and make it better some global setting of the StoreMessageManager. This does make more sense as the Mailbox implementations knows best if it makes sense to use batching or not. The "client" should not need to care about it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] [Resolved] (MAILBOX-148) Remove batchSize parameter from MessageManager.getMessages(...)

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

Norman Maurer resolved MAILBOX-148.
-----------------------------------

    Resolution: Fixed

Done...

The Fetch batch size can not be set on the StoreMailboxManager via the setFetchBatchSize(..) method. Default is 200
                
> Remove batchSize parameter from MessageManager.getMessages(...)
> ---------------------------------------------------------------
>
>                 Key: MAILBOX-148
>                 URL: https://issues.apache.org/jira/browse/MAILBOX-148
>             Project: James Mailbox
>          Issue Type: Improvement
>          Components: api
>    Affects Versions: 0.3, 0.4
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 0.4
>
>
> We should remove the batchSize parameter from the MessageManager.getMessages(...) method and make it better some global setting of the StoreMessageManager. This does make more sense as the Mailbox implementations knows best if it makes sense to use batching or not. The "client" should not need to care about it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org