clebertsuconic commented on code in PR #5952:
URL: https://github.com/apache/activemq-artemis/pull/5952#discussion_r2410683036
##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/config/Configuration.java:
##########
@@ -1538,4 +1538,9 @@ default String resolvePropertiesSources(String
propertiesFileUrl) {
default boolean isUsingDatabasePersistence() {
return getStoreConfiguration() != null &&
getStoreConfiguration().getStoreType() == StoreConfiguration.StoreType.DATABASE;
}
+
+ /** Timeout applied when closing sessions or connections. */
+ Configuration setCloseTimeout(int timeout);
Review Comment:
I did it on purpose.. but I will remove it as we will change to use the
CriticalAnalyzer
--
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]
For further information, visit: https://activemq.apache.org/contact