gemmellr commented on code in PR #6197: URL: https://github.com/apache/artemis/pull/6197#discussion_r2741424177
########## docs/user-manual/configuring-transports.adoc: ########## @@ -236,6 +236,12 @@ autoStart:: Determines whether or not an acceptor will start automatically when the broker is started. Default value is `true`. +shutdownTimeout:: +This is only valid for acceptors. +It is the number of milliseconds the broker will wait when shutting down each of the various Netty `ChannelGroup` instances as well as the `EventLoopGroup` instance associated with the acceptor. +The default is `3000`. +The default can also be set with the Java system property `DEFAULT_SHUTDOWN_TIMEOUT`. Review Comment: This doesnt look to be accurate, the system property that is being inspected has a class name prefix, so it looks to actually be: org.apache.activemq.artemis.core.remoting.impl.netty.TransportConstants.DEFAULT_SHUTDOWN_TIMEOUT -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
