This is an automated email from the ASF dual-hosted git repository. mattrpav pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/activemq.git
commit 2d0cee21fd16abb436db4e3ddc2006f09142c69b Merge: ff6dc10169 e39e611b44 Author: Matt Pavlovich <[email protected]> AuthorDate: Thu Feb 27 19:09:54 2025 -0600 Merge pull request #1402 from mattrpav/AMQ-9672 [AMQ-9672] Add auto start config flag for connectors activemq-broker/pom.xml | 9 +++------ .../org/apache/activemq/broker/BrokerService.java | 18 +++++++++++++---- .../java/org/apache/activemq/broker/Connector.java | 2 ++ .../apache/activemq/broker/TransportConnector.java | 11 +++++++++++ .../apache/activemq/broker/jmx/ConnectorView.java | 5 +++++ .../activemq/broker/jmx/ConnectorViewMBean.java | 6 ++++++ .../activemq/broker/jmx/NetworkConnectorView.java | 4 ++++ .../broker/jmx/NetworkConnectorViewMBean.java | 1 + .../network/NetworkBridgeConfiguration.java | 9 +++++++++ .../apache/activemq/network/NetworkConnector.java | 1 - activemq-client/pom.xml | 12 ++++------- activemq-console/pom.xml | 9 +++------ activemq-jaas/pom.xml | 16 ++++----------- activemq-jdbc-store/pom.xml | 9 +++------ activemq-kahadb-store/pom.xml | 10 +++------- activemq-mqtt/pom.xml | 9 +++------ activemq-runtime-config/pom.xml | 9 +++------ activemq-shiro/pom.xml | 23 +++++++++------------- activemq-stomp/pom.xml | 9 +++------ 19 files changed, 90 insertions(+), 82 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
