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

ASF GitHub Bot logged work on ARTEMIS-3808:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/May/22 18:47
            Start Date: 02/May/22 18:47
    Worklog Time Spent: 10m 
      Work Description: jbertram commented on code in PR #4061:
URL: https://github.com/apache/activemq-artemis/pull/4061#discussion_r863094171


##########
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:
   With the current change, if you were using the web console to stop the 
embedded web server then you'd have to use something _other_ than the web 
console to start it again (e.g. JConsole, Jolokia, etc.). However, it does make 
sense to have a method to both stop & start it. The user experience would 
certainly be better with that method in most circumstances. I'll add that.





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

    Worklog Id:     (was: 765097)
    Time Spent: 0.5h  (was: 20m)

> 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: 0.5h
>  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)

Reply via email to