Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.15.0, 5.15.1, 5.15.2, 5.15.3
-
None
Description
Looking at org.apache.activemq.web.WebClient#createWebClient we can actually configure the connectionFactory in webconsle-embedded.xml to use the credential in the HTTP Authorization header to connect to the core ActiveMQ broker by setting the username and password to null.
But when I do that, the browse in console feature stops working if I have authentication enabled, because org.apache.activemq.web.QueueBrowseQuery requires the given connectionFactory to be configured with non-null username and password.