You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2021/01/04 17:25:01 UTC

[GitHub] [activemq-artemis] jbertram opened a new pull request #3396: ARTEMIS-3031 add new callback for broker deactivation

jbertram opened a new pull request #3396:
URL: https://github.com/apache/activemq-artemis/pull/3396


   The existing deactivation callback happens *after* several important
   services are shutdown (e.g. the remoting service which allows client
   connectivity). This commit adds a new callback which is invoked *before*
   any services are stopped. This is useful for embedded use-cases where
   applications want to stop gracefully before any part of the broker is
   stopped.
   
   A default, empty method implementation is provided so that existing
   callback implementations don't need to change.


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

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



[GitHub] [activemq-artemis] asfgit closed pull request #3396: ARTEMIS-3031 add new callback for broker deactivation

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #3396:
URL: https://github.com/apache/activemq-artemis/pull/3396


   


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

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