thanks. but why the latest version don't support newer version, what's new in v9 and v10?
On Fri, Apr 11, 2014 at 10:06 PM, Timothy Bish <tabish...@gmail.com> wrote: > On 04/11/2014 08:01 AM, Li Li wrote: >> >> I am using activemq 5.9's jar files. how to let server support higher >> version such as v9 or v10? >> >> Exception in thread "main" javax.jms.JMSException: Invalid version: 8, >> could not load org.apache.activemq.openwire.v8.MarshallerFactory >> at >> org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:54) >> at >> org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1405) >> at >> org.apache.activemq.ActiveMQConnection.ensureConnectionInfoSent(ActiveMQConnection.java:1510) >> at >> org.apache.activemq.ActiveMQConnection.start(ActiveMQConnection.java:524) >> at com.founder.vcfetcher.CrawlWorker.<init>(CrawlWorker.java:60) >> at com.founder.vcfetcher.VcFetcher.<init>(VcFetcher.java:58) >> at com.founder.vcfetcher.VcFetcher.main(VcFetcher.java:189) >> > You can include the activemq-openwire-legacy jar on your client and then it > will have access to the v8 code. > > -- > Tim Bish > Sr Software Engineer | RedHat Inc. > tim.b...@redhat.com | www.fusesource.com | www.redhat.com > skype: tabish121 | twitter: @tabish121 > blog: http://timbish.blogspot.com/ >