How do I change the default password for an OpenMQ broker running as LOCAL in Glassfish 3.1.1? -


i'm trying change default password admin user in openmq broker instance running local in glassfish cluster. tried logging in server locally , using imqusermgr tool didn't work. i'm guessing have use asadmin set command don't know one.

you can set custom password broker.

  1. go messagequeue5.0/etc/mq directory. here find passfile.sample file.
  2. read file. there lot of administration properties can set. admin password in 1 of it(imq.imqcmd.password).
  3. after setting have set following properties in brokers config.properties file (a.imq.passfile.enabled=true b.imq.passfile.dirpath= directory of file , c. imq.passfile.name=name of passfile)
  4. you find config.properties file in messagequeue5.0/var/mq/instances/imqbroker/props folder.

Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -