[
https://issues.apache.org/jira/browse/ARTEMIS-3808?focusedWorklogId=771929&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-771929
]
ASF GitHub Bot logged work on ARTEMIS-3808:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 18/May/22 14:51
Start Date: 18/May/22 14:51
Worklog Time Spent: 10m
Work Description: jbertram commented on code in PR #4061:
URL: https://github.com/apache/activemq-artemis/pull/4061#discussion_r875999445
##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/ActiveMQMessageBundle.java:
##########
@@ -522,4 +522,10 @@ IllegalStateException invalidRoutingTypeUpdate(String
queueName,
@Message(id = 229240, value = "Connection router {0} rejected the
connection", format = Message.Format.MESSAGE_FORMAT)
ActiveMQRemoteDisconnectException connectionRejected(String
connectionRouter);
+
+ @Message(id = 229241, value = "Embedded web server not found")
+ ActiveMQIllegalStateException embeddedWebServerNotFound();
+
+ @Message(id = 229242, value = "Embedded web server not restarted in {0}
milliseconds", format = Message.Format.MESSAGE_FORMAT)
+ ActiveMQIllegalStateException embeddedWebServerNotRestarted(long timeout,
@Cause Exception e);
Review Comment:
Fair enough. Fixed.
Issue Time Tracking
-------------------
Worklog Id: (was: 771929)
Time Spent: 6h 10m (was: 6h)
> 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: 6h 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)