You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by GitBox <gi...@apache.org> on 2022/08/16 08:54:27 UTC

[GitHub] [james-project] chibenwa commented on pull request #1130: JAMES-3805 PulsarMailQueueTest.dequeueShouldBeConcurrent is unstable

chibenwa commented on PR #1130:
URL: https://github.com/apache/james-project/pull/1130#issuecomment-1216338384

   ```
   public interface MailQueue extends Closeable {
   
       void enQueue(Mail mail, Duration delay) throws MailQueueException;
       //...
   }
   ```
   
   There is always the "generic" MailQueueException?
   
   Overwise this behaviour also benefits from being documented...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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