I'm playing around with JBoss 2.4.4 durable subscriptions and I've also
purchased the JBoss manual which has been really helpful.

My question, is it possible to reference an already authenitcated user in
jbossmq-state.xml. For example we use JBoss (I think it's called JAAS)
security so that a user is already authenticated in JBoss by
jboss/conf/xxx/users.properties and it seems repetitive to make them
authenticate again when creating the TopicConnection (from the
TopicConnectionFactory).

There's a TopicConnectionFactory.createTopicConnection() method that
doesn't require a username/password, that according to the JMS spec uses
the default user (which I assume to mean the authenticated JBoss user). So
I was wondering how I could specify the default user in jbossmq-state.xml
so my users don't have to authenticate twice (and I don't have to maintain
two password files).

I tried leaving the password field out in jbossmq-state.xml but that
causes a parse exception.

Thanks for any help,
Todd


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to