1 Reply Latest reply on May 15, 2009 3:40 AM by jmesnil

    How to know what jars are needed for various of JMS bus


      Could someone tell me how could I know what jars need to be included in the client's classpath when subscribing messagings to different JMS buses?

      For example when I try subscribing messagings to the OpenJMS on Glassfish, i know below jars are needed,
      appserv-rt.jar
      javaee.jar
      imqjmsra.jar
      imqbroker.jar
      imq.jar
      appserv-admin.jar
      jms.jar
      appserv-deployment-client.jar
      appserv-ext.jar

      I know this by receiving ClassNotFound exception and find the missing classes one by one, which is a time wasting job. Is there any short path for doing so? Or just a summary of those needd jars for various of JMS bus is ok. Thanks!