[ 
https://issues.apache.org/jira/browse/JAMES-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16555293#comment-16555293
 ] 

ASF GitHub Bot commented on JAMES-2298:
---------------------------------------

Github user mbaechler commented on a diff in the pull request:

    https://github.com/apache/james-project/pull/129#discussion_r205001521
  
    --- Diff: 
server/queue/queue-file/src/main/java/org/apache/james/queue/file/FileMailQueue.java
 ---
    @@ -222,6 +211,31 @@ public void enQueue(Mail mail, long delay, TimeUnit 
unit) throws MailQueueExcept
     
         }
     
    +    private void enqueueInMemory(String key) {
    +        try {
    +            inmemoryQueue.put(key);
    +        } catch (InterruptedException e) {
    +            Thread.currentThread().interrupt();
    +            throw new RuntimeException("Unable to init", e);
    +        }
    +    }
    +
    +    private Document toIndexDocument(Mail mail, String key) {
    --- End diff --
    
    could we find a better name to describe what's in the document ?


> FileMailQueue do not support remove
> -----------------------------------
>
>                 Key: JAMES-2298
>                 URL: https://issues.apache.org/jira/browse/JAMES-2298
>             Project: James Server
>          Issue Type: Bug
>          Components: Queue
>    Affects Versions: master
>            Reporter: Tellier Benoit
>            Priority: Major
>
> An exception is thrown or the code badly modify the state of the queue



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to