9 Replies Latest reply on Mar 8, 2005 9:22 AM by matt_t_lin

    Global JNDI name for queues and datasources

    matt_t_lin

      I know it is against recommendations in J2EE standards.
      But, is there a way to specify JNDI names in global namesapce for queues, topic, and datasources in the corresponding xml files?
      (without using DestinationManager at runtime).
      It seems like JBoss automatically pre-fixes java:, queue/, topic/, etc. to the names I specify there.

      Thanks.