0 Replies Latest reply on May 18, 2006 6:00 AM by daune_jf

    Using private queues

      Hi,

      I would like to set up a queue only used internally (i.e. within my app server) by two beans.

      I would like the queue to be bound under java:/ in JNDI, so that it is not viewed from outer world.

      JBoss (4.0.2) automatically creates the queue and binds it to global namespace under the name given in <destination-jndi-name> in jboss.xml (actually under /queue/)

      I have tried to prefix queue JNDI name with java:/, but it does not work.

      What should I configure to achieve my goal?

      Cheers,

      J-F