[jboss-user] [JBoss Messaging] - Re: how to create new user fro durable topic in jms

mskonda do-not-reply at jboss.com
Thu Nov 22 03:46:33 EST 2007


Vikas, 
it depends on where your login module is looking the authentication details. 

If you are working on the JBM defaults, it reads the users and roles from two files: messaging-roles.properties and messaging-users.properties.

These files should be available under deploy/jboss-messaging.sar (until JBM 1.2.x version. I am not sure their location once scoping was removed from 1.3.x. Do search on them). 

You should be able to add the usernames/passwords/roles in these files. 

However, if you are are using DatabaseLoginModule (check your login-config.xml to see what the application-policy "messaging" is point to), then they exist in JBM_USER and JBM_ROLE tables.

Thanks
Madhu

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106991#4106991

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4106991



More information about the jboss-user mailing list