[
https://issues.apache.org/jira/browse/ARTEMIS-3808?focusedWorklogId=768053&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-768053
]
ASF GitHub Bot logged work on ARTEMIS-3808:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 09/May/22 17:25
Start Date: 09/May/22 17:25
Worklog Time Spent: 10m
Work Description: jbertram commented on code in PR #4061:
URL: https://github.com/apache/activemq-artemis/pull/4061#discussion_r868244998
##########
artemis-commons/src/main/java/org/apache/activemq/artemis/core/server/ActiveMQComponent.java:
##########
@@ -29,4 +31,8 @@ default void asyncStop(Runnable callback) throws Exception {
}
boolean isStarted();
+
+ default SimpleString getName() {
+ return SimpleString.toSimpleString("");
+ }
Review Comment:
I think using a marker interface is a great idea. I hadn't considered that.
Issue Time Tracking
-------------------
Worklog Id: (was: 768053)
Time Spent: 2h 10m (was: 2h)
> 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: 2h 10m
> 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)