1 Reply Latest reply on Sep 25, 2007 10:44 AM by kadlecp

    ssl accessible queue

      Hello,

      How shall I configure queue, so that the queue is accessible only by ssl connection. How shall I expose that queue? I would like to have queue authentication based on certificates/keys.

      I have followed secure-socket example. This example uses special secured connection factory. But my jboss has other connection factories and user can obtain queue session with the non-secured connection factory....

      Do I have to abandon all non-secured connection factories?

        • 1. Re: ssl accessible queue

          Maybe my problem would solve some kide of JNDI security...

          Some connection factories would be internal (accessble only from local computer) a the only accessible connection factory from outside world would be "SecureConnectionFactory" from the example....

          So I have to study jndi securiy, I now little about it:-)