0 Replies Latest reply on Jun 2, 2006 7:25 PM by joejack

    createQueueConnection(

      I am trying to call connectionFactory.createQueueConnection("queueUser", "queueUserPassword") but I am getting a security exception. - the user is not authenticated.

      What are ALL the DD pieces I need in order to create a valid user and password such that this call will authenticate my username and password?

      I've read the How-To but it glosses over the details that I need, and after hours and hours of searching and reading I still don't know what is missing!

      How do I create the role "queueUser" with the associated "queueUserPassword" password and give this role the proper access for this call to be successful?

      Thanks.