2 Replies Latest reply on Oct 23, 2004 3:29 AM by monocongo

    JMS methods undefined in JBoss 3.2.5

    monocongo

      I have just discovered that I'm unable to use three methods which are in the J2EE 1.4 API but which are undefined in the JBoss 3.2.5 library I'm using (jboss-j2ee.jar):

      javax.jms.ConnectionFactory.createConnection()
      javax.jms.Connection.createSession(boolean, int)
      javax.jms.Session.createConsumer(Destination)

      Is there a reason why these are undefined ? Are these fleshed out in later versions ?


      --James