Write a code showing how one can change a default username or password mainly for ActiveMQ console.

devquora
devquora

Posted On: Feb 22, 2018

 

The following code can help a user change a default username or password:

Change from

# Defines users that can access the web (console, demo, etc.)
# username: password [,rolename ...]
admin: admin, admin
user: user, user 

To

# Defines users that can access the web (console, demo, etc.)
# username: password [,rolename ...]
NewUserName: NewPassword, admin
user: user, user

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    ActiveMQ Interview Questions

    Describe ActiveMQ

    ActiveMQ is an open source message broker that is basically written using Java programming language...

    ActiveMQ Interview Questions

    Describe JMS

    JMS is an acronym for Java Message Service. It is an application program interface (API) primarily produced by Sun Microsystems..

    ActiveMQ Interview Questions

    What are the advantages of using ActiveMQ over other databases?

    The biggest advantage of using ActiveMQ over other databases is that it is one of the most reliable open sources to communicate and transfer information between different distributed processes...