Gary Tully created ARTEMIS-4443:
-----------------------------------
Summary: properties config - support broker plugin - logging
broker plugin
Key: ARTEMIS-4443
URL: https://issues.apache.org/jira/browse/ARTEMIS-4443
Project: ActiveMQ Artemis
Issue Type: Improvement
Components: Broker, Configuration
Affects Versions: 2.31.0
Reporter: Gary Tully
Assignee: Gary Tully
Fix For: 2.32.0
broker plugins require a way to add a new instance of a class to a collection
via broker properties. Using the class name as the key can work nicely.
In addition, the registration and configuration of broker plugins needs to be
separated, currently they are handled in a single method call.
{code}
brokerPlugins.\"org.apache.activemq.artemis.core.server.plugin.impl.LoggingActiveMQServerPlugin.class\".init=LOG_ALL_EVENTS=false
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)