Hi, I am trying to implement an activemq client into an application server which runs on a java 1.5.0 jvm. When I import the jar files and try to run the classes I get the following error: java.util.concurrent.ExecutionException: java.lang.UnsupportedClassVersionError: (org/apache/activemq/jndi/ActiveMQInitialContextFactory) bad major version at offset=6
So I was wondering is there a activemq out there which was created with a 1.5 java? -- Kind regards, Theo