You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit cleans up the various scripts and profile files via the
following changes:
- Remove ARTEMIS_INSTANCE_URI from all profiles since it is no longer
used after we moved to Log4j2
- Remove ARTEMIS_INSTANCE_ETC_URI from all profiles; it is not
necessary because the jolokia-access.xml can be loaded directly
from the classpath
- Remove ARTEMIS_ETC_DIR from all profiles and instead rely on
ARTEMIS_INSTANCE_ETC which is already being set in the scripts
- Remove unnecessary code from Create command
- Remove ARTEMIS_OOME_DUMP from the utility profiles since it's not
used
- Adjust Upgrade command & related tests
- Fix Windows service file so it uses the same memory settings as
the other configs
- Update the Windows' profile JAVA_ARGS to match those from Linux
rem Cluster Properties: Used to pass arguments to ActiveMQ Artemis which can be referenced in broker.xml
33
25
rem set ARTEMIS_CLUSTER_PROPS=-Dactivemq.remoting.default.port=61617 -Dactivemq.remoting.amqp.port=5673 -Dactivemq.remoting.stomp.port=61614 -Dactivemq.remoting.hornetq.port=5446
0 commit comments