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

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

                Author: ASF GitHub Bot
            Created on: 03/Jun/24 10:31
            Start Date: 03/Jun/24 10:31
    Worklog Time Spent: 10m 
      Work Description: andytaylor opened a new pull request, #18:
URL: https://github.com/apache/activemq-artemis-console/pull/18

   This is because users can change this, the code now searched for *:broker=*




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

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

> Artemis web console does not ever set 'artemisJmxDomain' in localStorage
> ------------------------------------------------------------------------
>
>                 Key: ARTEMIS-4780
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-4780
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 2.32.0
>            Reporter: Josh Byster
>            Assignee: Andy Taylor
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> We relocate our artemis packages as part of our shading process. 
> I did set up:
>             
> {code:java}
> aActiveMQServer.getConfiguration().setJMXDomain("com.abc.shaded.org.apache.activemq.artemis");
> {code}
> However the web console does not show up. I noticed in the code it's because 
> we try to read in localStorage['artemisJmxDomain'] but never actually set it 
> as far as I can tell. Thus we always default to org.apache.activemq.artemis.
> Everything works properly when setting localStorage['artemisJmxDomain'] = 
> "com.abc.shaded.org.apache.activemq.artemis"



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to