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 2021/06/30 04:53:58 UTC

[GitHub] [james-project] chibenwa opened a new pull request #516: JAMES-3605 RabbitMQ reconnection handlers should restart consummers

chibenwa opened a new pull request #516:
URL: https://github.com/apache/james-project/pull/516


   ## Why?
   
   After upgrading RabbitMQ to 3.8.17 we noticed that, once in a while, messages were not consumed anymore. The consumers alocated to it died and were not replaced.
   
   This results in emails / updates being delayed.
   
   ## Possible explanation
   
   For any reason (GC, network failure) some timeout was exceeded and the connection deemed unusable.
   
   Upon connection replacement, no attempt is made to resume the consumer.
   
   ## Current fix
   
   Restart James.
   
   ## Expected behaviour
   
   We expect James, upon connection replacement, to happily restart its consumers.
   
   ## How?
   
   Reconnection handler should also resume consummers.


-- 
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


[GitHub] [james-project] chibenwa commented on pull request #516: JAMES-3605 RabbitMQ reconnection handlers should restart consummers

Posted by GitBox <gi...@apache.org>.
chibenwa commented on pull request #516:
URL: https://github.com/apache/james-project/pull/516#issuecomment-875251759


   Force pushed to solve conflict


-- 
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


[GitHub] [james-project] vttranlina commented on pull request #516: JAMES-3605 RabbitMQ reconnection handlers should restart consummers

Posted by GitBox <gi...@apache.org>.
vttranlina commented on pull request #516:
URL: https://github.com/apache/james-project/pull/516#issuecomment-873837433


   I read it


-- 
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


[GitHub] [james-project] Arsnael merged pull request #516: JAMES-3605 RabbitMQ reconnection handlers should restart consummers

Posted by GitBox <gi...@apache.org>.
Arsnael merged pull request #516:
URL: https://github.com/apache/james-project/pull/516


   


-- 
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