0 Replies Latest reply on Aug 15, 2007 8:21 AM by afielden

    Disabling authentication

    afielden

      I've had problems using a JBoss MQ temporary queue destination, due to authentication problems.
      So I would like to completely disable JBossMQ authentication.
      I've read the documentation describing the login-config.xml file, and tried various things like commenting out the jbossmq application-policy entries. I've also tried specifying

      <module-option name = "unauthenticatedIdentity">guest</module-option>

      in all relevant sections (including the default "other" module configuration). However JBossMQ is still trying to use authentication.

      Can anyone offer any useful advice on how to disable authentication?

      Thanks.