Search code examples
javaactivemq-classic

Unable to access ActiveMQ admin page /admin/. Reason: Unauthorized


I am trying to follow tutorial for ActiveMQ. After starting ActiveMQ from command prompt using activemq-admin.bat start I am trying to access http://localhost:8161/admin/ to create new queues, but it throws me an error. (I can access http://localhost:8161/)

HTTP ERROR: 401
Problem accessing /admin/index.jsp. Reason:
Unauthorized

Can anyone please suggest me any solution for it?


Solution

  • It Turned out to be Browser issue. It worked on Internet Explorer and not on Chrome