I want to change the URL to access ActiveMQ Broker.
For example:
ws://localhost:61614/broker1
Where broker1 is the context path I configured.
I found a way to change the context path of ActiveMQ's web console (ActiveMQ 5.15 - Change context root of web console), but the broker I couldn't find a way to change the context path itself.
If possible I would like to do this without using a reverse proxy I would like to achieve this by simply changing ActiveMQ settings.
Is there any other way?
I tried the following.
- Investigation of broker and Jetty documentation (but not found)
- To place nginx in the front of the broker