5 Replies Latest reply on Aug 6, 2002 11:28 PM by winghoe

    to /queue or not to /queue?

    winghoe

      Is it possible to declare your Queue or Topic without using the queue/MyQueue or topic/MyTopic and just do a lookup using MyQueue or MyTopic?

      e.g. instead of

      context.lookup("queue/MyQueue");

      I would like it to be like

      context.lookup("MyQueue");

      Is it possible?

      Thanks.

      Wing Hoe