[ 
https://issues.apache.org/jira/browse/AMQ-9672?focusedWorklogId=959223&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-959223
 ]

ASF GitHub Bot logged work on AMQ-9672:
---------------------------------------

                Author: ASF GitHub Bot
            Created on: 27/Feb/25 15:24
            Start Date: 27/Feb/25 15:24
    Worklog Time Spent: 10m 
      Work Description: mattrpav commented on code in PR #1402:
URL: https://github.com/apache/activemq/pull/1402#discussion_r1973817072


##########
activemq-broker/src/main/java/org/apache/activemq/broker/BrokerService.java:
##########
@@ -2735,7 +2743,9 @@ public TransportConnector 
startTransportConnector(TransportConnector connector)
             connector = registerConnectorMBean(connector);
         }
         connector.getStatistics().setEnabled(enableStatistics);
-        connector.start();
+        if(!connector.isAutoStartDisabled()) {

Review Comment:
   Re-worked in latest push





Issue Time Tracking
-------------------

    Worklog Id:     (was: 959223)
    Time Spent: 40m  (was: 0.5h)

> Add the ability to disable connector startup on boot
> ----------------------------------------------------
>
>                 Key: AMQ-9672
>                 URL: https://issues.apache.org/jira/browse/AMQ-9672
>             Project: ActiveMQ Classic
>          Issue Type: New Feature
>            Reporter: Matt Pavlovich
>            Assignee: Matt Pavlovich
>            Priority: Minor
>             Fix For: 6.2.0, 5.19.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to