1 Reply Latest reply on Jan 14, 2014 10:53 AM by jbertram

    connect to weblogic jms from jboss7

    lnicolas

      Hello,

       

      I am trying to connect to a Webloquec JMS Queu from Jboss 7, I have successfully deployed the wlfullclient.jar as a module, by following the post Sending Messages to a Weblogic Queue

       

      Both the application and the client are deployed on startu. However I keep getting an authentication error:

       

      [JMS.JMSClient]: Failed to get the JMS queue : sd.temporal.sre.es1srein for provider t3://XXXXXXXXX:8011.

      weblogic.jms.common.JMSSecurityException: Authentication failure due to LoginException

       

      The WebLogic server is configured not to use user/password authentication, but if these parameters are left blank the error shows up.

       

      Is it absolutely necessary to create a user on WebLogic? Or is the source of the problem something else?

       

      Thanks!!