2008/10/7 NedaNima <[EMAIL PROTECTED]>: > > I downloaded apache-activemq-5.1.0 and expanded it on my local machine and am > tryign to run one of the samples. I notied that > geronimo-jms_1.1_spec-1.1.1.jar contains all of the jms library, Just wanted > to know if there is any reason for this?
Thats the JMS API that Apache can distribute > I am trying to use one of the > samples in my application that uses j2ee.jar (which incluces jms library) Feel free to use your own jms API or J2EE JARs. Though make sure you use JMS 1.1 > and objects don't seem to be compatible for instance Connection object (in > geronimo-jms_1.1_spec-1.1.1.jar) doesn't have method createSession. It should do! You sure you're looking at it correctly? -- James ------- http://macstrac.blogspot.com/ Open Source Integration http://open.iona.com
