-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
Description
The default ActiveMQ configuration is pretty "low" in the binary distribution:
- in
bin/setenv:- the default
ACTIVEMQ_OPTS_MEMORYshould be updated to a more modern configuration, for instance using-XX:AutoBoxCacheMax=20000 -XX:+PrintClassHistogram -XX:+UseG1GC -XX:+UseStringDeduplication -Xms512M -Xmx2G
- the default
- the
conf/activemq.xmlshould be updated by default:- should we keep the
contantPendingMessageLimitStrategyin destination policies by default ? - should we add
prefetchconfiguration in destination policies (for visibility) ? - should we add
kahaDBtuning by default (checkForCorruptJournalFiles,indexCacheSize,indexWriteBatchSize,journalMaxFileLength,maxAsyncJobs, ...). The purpose is not to change the default values in the code, it's really to "expose" this configuration in the defaultactivemq.xmlto our users. - change the default
systemUsage?
- should we keep the
Reactions are currently unavailable