1 Reply Latest reply on Feb 24, 2002 6:02 AM by carfield

    createTopic()?

    jbaker_softcomms

      What does TopicSession.createTopic(String name) do in the JBossMQ implementation?

      Can this be used reliably instead of JNDI to lookup a topic rather than messing around with extra config, appending paths etc?

      JBossMQ doesn't seem to complain about it when I tried and previously the other JMS implementation I used was OK with this...

      Why is it there in the standard but examples never seem to use it?