Hi,
There is a configuration file jbossmq-state.xml which is present in the JBOSS
version 3.x and up. The entries are basically the user and their roles along
with the client id's.
However, in the latest JBOSS version 5, this file is not there and so we need
to map the entries in the jbossmq
"gaohoward" wrote :
http://www.jboss.org/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.4.3.GA/html_single/index.html
|
Hi,
There is a configuration file jbossmq-state.xml which is present in the JBOSS
version 3.x and up. The entries are basically the user and their ro
Hi,
As in jboss 3.x, the jms provider was jbossmq and we define the
DurableTopicSubscriptions in the file conf/jbossmq-state.xml;
if I want to do the same in JBoss AS5 what should the steps?
I also want to create users that can access the topics, so what should I do for
the same as well ?
I