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/10/21 19:30:10 UTC

[GitHub] [activemq-artemis] clebertsuconic commented on pull request #3805: Artemis-2561: Journal timeout should be configurable

clebertsuconic commented on pull request #3805:
URL: https://github.com/apache/activemq-artemis/pull/3805#issuecomment-948935668


   @nbrendah the timeout should be configured all the way up to the broker.xml
   
   you need to change the broker.xsd, the parser, the initialization of the broker, the journal, to then pass the parameter to where you added here.
   
   There are a couple of layers between this and the initialization...
   
   it's a simple task in terms of algorithm (there's not much algorithm associated, but you need to understand the initialization of the broker and the parsing of the XML).


-- 
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: gitbox-unsubscribe@activemq.apache.org

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