connect to weblogic jms from jboss7
I am trying to connect to a Webloquec JMS Queue 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 startup. 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? There are other applications connecting to the queue without a password, if we create one will it affect them?