0 Replies Latest reply on Mar 30, 2012 6:06 PM by ylemoigne

    Mixing Remote EJB and JMS Client : How to handle security ?

    ylemoigne

      Hi,

       

      I set up the security on my EJB like described here : https://community.jboss.org/wiki/JBossAS7RemoteEJBAuthenticationHowto

      Now I also want to produce message in a JMS queue, but I'm back in the hell of security configuration.

       

      There is many documentation on how to use a remote queue and authenticate on it, but when the connector use a custom realm using JAAS nothing work. It always end up with "ERROR: JBREM000200: Remote connection failed: javax.security.sasl.SaslException: Authentication failed: all available authentication mechanisms failed"

       

      If someone succeed to make JMS Remote Jaas login work, can you give me to an example ?