[
https://issues.apache.org/jira/browse/ARTEMIS-3414?focusedWorklogId=635138&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-635138
]
ASF GitHub Bot logged work on ARTEMIS-3414:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 06/Aug/21 13:07
Start Date: 06/Aug/21 13:07
Worklog Time Spent: 10m
Work Description: franz1981 commented on a change in pull request #3688:
URL: https://github.com/apache/activemq-artemis/pull/3688#discussion_r684220185
##########
File path:
artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java
##########
@@ -283,6 +283,12 @@
@Option(name = "--staticCluster", description = "Cluster node connectors
list, separated by comma: Example
\"tcp://server:61616,tcp://server2:61616,tcp://server3:61616\"")
String staticNode;
+ @Option(name = "--support-advisory", description = "Set
supportAdvisory=true for the main 'artemis' acceptor on OPENWIRE protocol
(Default: false)")
+ boolean supportAdvisory = false;
+
+ @Option(name = "--suppress-internal-management-objects", description = "Set
suppressInternalManagementObjects=true for the main 'artemis' acceptor on
OPENWIRE protocol (Default: false)")
+ boolean suppressInternalManagementObjects = false;
Review comment:
By default people won't even notice, but I have left them to be
separated as the acceptor params are (can be tuned singularly)
##########
File path:
artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java
##########
@@ -283,6 +283,12 @@
@Option(name = "--staticCluster", description = "Cluster node connectors
list, separated by comma: Example
\"tcp://server:61616,tcp://server2:61616,tcp://server3:61616\"")
String staticNode;
+ @Option(name = "--support-advisory", description = "Set
supportAdvisory=true for the main 'artemis' acceptor on OPENWIRE protocol
(Default: false)")
+ boolean supportAdvisory = false;
+
+ @Option(name = "--suppress-internal-management-objects", description = "Set
suppressInternalManagementObjects=true for the main 'artemis' acceptor on
OPENWIRE protocol (Default: false)")
+ boolean suppressInternalManagementObjects = false;
Review comment:
By default people won't even notice (if they won't set it), but I have
left them to be separated as the acceptor params are (can be tuned singularly)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 635138)
Time Spent: 1h (was: 50m)
> Disable OpenWire advisory support as default created configuration on CLI
> -------------------------------------------------------------------------
>
> Key: ARTEMIS-3414
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3414
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Reporter: Francesco Nigro
> Assignee: Francesco Nigro
> Priority: Major
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Supporting advisory for OpenWire has been in the past an ugly rabbit hole of
> both performance and stability issues, especially with clustering enabled:
> this one is a first step to help users to get a more stable broker while
> using CLI commands on broker instance creation.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)