[
https://issues.apache.org/jira/browse/ARTEMIS-3808?focusedWorklogId=765110&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-765110
]
ASF GitHub Bot logged work on ARTEMIS-3808:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 02/May/22 19:08
Start Date: 02/May/22 19:08
Worklog Time Spent: 10m
Work Description: clebertsuconic commented on code in PR #4061:
URL: https://github.com/apache/activemq-artemis/pull/4061#discussion_r863108348
##########
artemis-core-client/src/main/java/org/apache/activemq/artemis/api/core/management/ActiveMQServerControl.java:
##########
@@ -1971,5 +1971,11 @@ void replay(@Parameter(name = "startScanDate", desc =
"Start date where we will
@Parameter(name = "address", desc = "Name of the address to
replay") String address,
@Parameter(name = "target", desc = "Where the replay data
should be sent") String target,
@Parameter(name = "filter", desc = "Filter to apply on message
selection. Null means everything matching the address") String filter) throws
Exception;
+
+ @Operation(desc = "stop the embedded web server", impact =
MBeanOperationInfo.ACTION)
+ void stopEmbeddedWebServer() throws Exception;
Review Comment:
@jbertram Yeah.. It would be nice (and I think simple) to have it.
Issue Time Tracking
-------------------
Worklog Id: (was: 765110)
Time Spent: 40m (was: 0.5h)
> Support starting/stopping the embedded web server via mangement
> ---------------------------------------------------------------
>
> Key: ARTEMIS-3808
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3808
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> It would be useful to be able to cycle the embedded web server if, for
> example, one needed to renew the SSL certificates.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)