Credentials for pooled-connection-factory in JBoss standalone.xml

marketdiva

New Member
I configuring JBoss 7.1.1 server. And for remote connection in pooled-connection-factory I must to set user and password:\[code\]<pooled-connection-factory name="hornetq-ra"> <user>jmsuser</user> <password>jmspassword</password> <transaction mode="xa"/> <connectors> <connector-ref connector-name="remote-jmsxa"/> </connectors> <entries> <entry name="java:/JmsXA"/> </entries></pooled-connection-factory>\[/code\]Is there some way to setup user and password in another place? Maybe through security-realms or connector or something else.
 
Back
Top