Hi JBoss users,

I have setup durable subscribers for JBoss JMS.
This required me to add a user/password/ID entry to jbossmq-state.xml
for special JMS users.
I have an application using it's own SRP verifier store and JBoss SRP
based JAAS authentication.
I will probably need to enable durable subscribers to all of my uses in
the SRP verifier store.
Now I could go ahead and create a separate user/password/ID entry for
every user in jbossmq-state.xml but this is not what I want to do. What
bothers me most about this approach is that I will have a password clear
text in jbossmq-state.xml and I would like to avoid this.
I guess what I want is to be able to map the JMS ID in jbossmq-state.xml
to an existing JAAS user so that I don't have to call:
     conn = tcf.createTopicConnection(username, password);

And authenticated again against the JMS implementation.

Is there a way to set this up in JBoss?

Regards,

Sebastian



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to