2 Replies Latest reply on Feb 25, 2004 9:03 AM by nickman

    How 2 use JBossMQ?

    tonig

      Hello,

      i'm trying to write my first JMS MDB and client. I dont know which JMS i should import.

      import javax.jms.*;
      import org.jbosss.*;
      


      I think if i use a JBoss i should use JBossMQ. But if i write only the second import i get Errors, so i think i have to use the javax jms.
      But thats not whar i want to. So how can i use the JMS from JBoss instead of the Suns JMS?

      And what exactly are the differences between the JMSs (JMS, OpenJMS, JBossMQ)?
      Is there any JMS better than the others? Why?