Seeing that activemq.out is 7.8G as of Jan 25.
Stopped the daemon and activemq and rebooted server and still see the same thing.
Was hoping it would clear it and start a new file but no luck.
Can you tell me if this would be my issue and how to make the file smaller.
Release : 22.2
/opt/IMDataAggregator/broker/apache-activemq-5.17.2/data/activemq.out
does not roll, but appends and can grow too large.
Stop activemq, delete the file, start activemq and a new activemq.out will be created.
cd /opt/IMDataAggregator/broker/apache-activemq-*/data
systemctl stop activemq;rm -f activemq.out;systemctl start activemq
We have opened an internal defect DE556697, to add this log to the list of files that is rolled to *.bak when service is restarted.