JMS: JMSSecurityException
Connection to the JMS Provider using the required QueueConnectionFactory fails with message: Connection to ‘QueueConnectionFactoryName’ could not be established due to a security exception javax.jms.JMSSecurityException: Inauthentic Client. Please check that the JMS username and password are correct.
As the error message implies, it's likely that you are attempting to connect to a secure JMS provider without having set-up the necessary authentication details. To rectify this, check whether authentication is required for the JMS resource. If so, then open the JMS Configuration Dialog and in the Connection panel, enter the required Username and Password. Then click on Test Connection to check that the correct authentication details have been entered.