You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/05/02 15:26:00 UTC

[jira] [Work logged] (ARTEMIS-3808) Support starting/stopping the embedded web server via mangement

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

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

                Author: ASF GitHub Bot
            Created on: 02/May/22 15:25
            Start Date: 02/May/22 15:25
    Worklog Time Spent: 10m 
      Work Description: jbertram opened a new pull request, #4061:
URL: https://github.com/apache/activemq-artemis/pull/4061

   It would be useful to be able to cycle the embedded web server if, for
   example, one needed to renew the SSL certificates. Supporting this
   functionality required a number of changes such as:
   
    - Adding `getName()` to `ActiveMQComponent` along with a default
   implementation. This was necessary in order to actually find the
   `WebServerComponent` in the broker's list of components. Many classes
   which implement `ActiveMQComponent` already had `getName()` but a
   handful of them were returning `String` rather than `SimpleString` so
   they had to be updated.
    - Refactoring `WebServerComponent` so that all the necessary
   configuration would happen in the `start()` method.
    - Refactoring `WebServerComponentTest` to re-use code.




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

            Worklog Id:     (was: 764989)
    Remaining Estimate: 0h
            Time Spent: 10m

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