1 Reply Latest reply on Oct 12, 2004 3:28 AM by robisz

    JNDI service only

    pbowker

      Running the minimal server just to use the JNDI service, how do I configure it to bind a name to a queue?

      I expect to use the following xml snippet:

      <resource-env-ref>
       <resource-env-ref-name>jms/MyQueue</resource-env-ref-name>
       <resource-env-ref-type>javax.jms.Queue</resource-env-ref-type>
      </resource-env-ref>
      


      but in which file do I put this and where should that file be placed?

      Many thanks for any help.