[
https://issues.apache.org/jira/browse/ARTEMIS-3808?focusedWorklogId=774105&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-774105
]
ASF GitHub Bot logged work on ARTEMIS-3808:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 24/May/22 16:04
Start Date: 24/May/22 16:04
Worklog Time Spent: 10m
Work Description: clebertsuconic commented on code in PR #4093:
URL: https://github.com/apache/activemq-artemis/pull/4093#discussion_r880700450
##########
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/ActiveMQServerControlTest.java:
##########
@@ -4372,6 +4372,7 @@ class FakeWebServerComponent implements ServiceComponent,
WebServerComponentMark
FakeWebServerComponent(CountDownLatch startDelay) {
this.startDelay = startDelay;
+ new Exception("startDelay = " + startDelay).printStackTrace();
Review Comment:
leftover.. I will remove it
Issue Time Tracking
-------------------
Worklog Id: (was: 774105)
Time Spent: 7.5h (was: 7h 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: 7.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)