[
https://issues.apache.org/jira/browse/ARTEMIS-5718?focusedWorklogId=988711&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-988711
]
ASF GitHub Bot logged work on ARTEMIS-5718:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 23/Oct/25 23:14
Start Date: 23/Oct/25 23:14
Worklog Time Spent: 10m
Work Description: jbertram commented on code in PR #6003:
URL: https://github.com/apache/activemq-artemis/pull/6003#discussion_r2457844608
##########
artemis-cli/src/test/java/org/apache/activemq/cli/test/ArtemisTest.java:
##########
@@ -194,6 +194,21 @@ public void testSimpleCreate() throws Exception {
Artemis.main("create", instance1.getAbsolutePath(), "--silent",
"--no-fsync", "--no-autotune");
}
+ @Test
Review Comment:
Good idea. I added one.
Issue Time Tracking
-------------------
Worklog Id: (was: 988711)
Time Spent: 0.5h (was: 20m)
> Fix default max-hops during broker instance creation
> ----------------------------------------------------
>
> Key: ARTEMIS-5718
> URL: https://issues.apache.org/jira/browse/ARTEMIS-5718
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> When specifying the {{--clustered}} flag for the {{create}} command on the
> CLI the default {{max-hops}} for the {{cluster-connection}} is {{0}}. This
> means messages can't flow between nodes which is not expected. The default
> should be {{1}}.
--
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