11 Replies Latest reply on Mar 30, 2011 7:31 AM by tcunning

    Masking passwords in jboss-esb.xml

    massios

      Dear ESBers,

       

      I am currently busy masking the passwords in my installation.

       

      We are using passwords for the jms to secure the queues and some of these passwords are present inside the jboss-esb.xml.

       

      Do you have any ideas how to mask passwords like in the example below?

       

       

      </providers>
               <jms-bus busid="jmsChannel">
                      <jms-message-filter dest-name="queue/jms_queue" 
                                          dest-type="QUEUE" 
                                          persistent="true" 
                                          transacted="true" 
                                          jms-security-principal="myUser" 
                                          jms-security-credential="JustAPassword"/>
                  </jms-bus>            
              </jms-provider>
      </providers>
      

       

       

      Thanks in advance,

       

      Nikos