0 Replies Latest reply on Mar 26, 2013 7:10 AM by rezigner

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

    rezigner

      I configuring JBoss 7.1.1 server. And for remote connection in pooled-connection-factory I must to set user and password:

      <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>

      Is there some way to setup user and password in another place? Maybe through security-realms or connector or something else.

       

      Besides, there is bug with this paramaters:
      https://issues.jboss.org/browse/AS7-4521