[
https://issues.apache.org/jira/browse/AMQ-9672?focusedWorklogId=959200&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-959200
]
ASF GitHub Bot logged work on AMQ-9672:
---------------------------------------
Author: ASF GitHub Bot
Created on: 27/Feb/25 14:21
Start Date: 27/Feb/25 14:21
Worklog Time Spent: 10m
Work Description: cshannon commented on code in PR #1402:
URL: https://github.com/apache/activemq/pull/1402#discussion_r1973676566
##########
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:
```suggestion
if(connector.isAutoStart()) {
```
As an example of what i mean
Issue Time Tracking
-------------------
Worklog Id: (was: 959200)
Time Spent: 0.5h (was: 20m)
> 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: 0.5h
> 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