1 Reply Latest reply on May 21, 2007 2:57 AM by adrian.brock

    Differences between ConnFactories "UIL2ConnectionFactory" an

    thoste

      I found different samples and recommendations for different QueueConnectionFactory creations e.g.

      QueueConnectionFactory qcf =
      (QueueConnectionFactory) ctx.lookup("UIL2ConnectionFactory");

      or

      QueueConnectionFactory qcf =
      (QueueConnectionFactory) ctx.lookup("jms/QueueConnectionFactory");

      What are the differences ?

      Is one the succesor of the other ?
      Is one JBoss specific ?