"desuraghu" wrote : In the destnation service.xml file I have added the
following config for the topic.
|
| <!--
|
|
|
|
|
| -->
| In the message-service.xml file also i have specified the security conf in the
follwing way:
|
|
|
|
|
|
|
|
|
| In login-config.xml file:
| <application-policy name = "messaging">
|
| <login-module code =
"org.jboss.security.auth.spi.UsersRolesLoginModule" flag = "required"
>
| <module-option name =
"unauthenticatedIdentity">guest</module-option>
| <module-option name =
"usersProperties">props/messaging-users.properties</module-option>
| <module-option name =
"rolesProperties">props/messaging-roles.properties</module-option>
| </login-module>
|
| </application-policy>
|
| Added the mapping in user.properties and role.properties file.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245181#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...