0 Replies Latest reply on Jun 24, 2002 2:39 PM by dstreev

    Securing a JMS Queue

      I'm using JBOSS 3.0RC3.

      Where does the SecurityManager retrieve it's authentication information from.

      I've got the rest of the application locked down using JAAS and the DatabaseLoginModule.

      I've created the QUEUE's in a *-service.xml file as described in the sample destinations file with Security attributes defined.

      But now my MDB can't attach to the QUEUE's that have been created.

      I have a defined, run-as security attribute in my MDB of "InternalRole". I'm hoping this gets used when calling other ejb from the OnMessage routine.

      My question is, how do I define the principal and username for the MDB so it can attach to a secured QUEUE and/or TOPIC?