Using t3s for JMS queues in Weblogic 12c and OSB
I am trying to secure a JMS queue in weblogic 12c using t3s and use it from OSB. I set the roles and policies in the JMS module and queue and set the user and JMS policies in myrealm (follow documentation) but keep on getting this error:
Error authenticating the transport username/password: [Security:090938]Authentication failure: The specified user failed to log in. javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User specified user denied
It seems that the password is not accepted.
Any help or instructions other than the standard weblogic docs?