Re: amq 5.8.0 jar dependencies and junit testing

2013-04-30 Thread akr
I think I resolved it. To use "java.naming.provider.url = vm://localhost:61616?broker.persistent=false" in your junit tests, the following jars are required on the classpath (with amq-5.8.0): activemq-broker-5.8.0.jar activemq-client-5.8.0.jar activemq-openwire-legacy-5.8.0.jar hawtbuf-1.9.jar

amq 5.8.0 jar dependencies and junit testing

2013-04-30 Thread akr
Hi I'm running junit tests with amq-5.8.0 like suggested in http://activemq.apache.org/how-to-unit-test-jms-code.html I'm using a jndi.properties with java.naming.provider.url = vm://localhost:61616?broker.persistent=false I have activemq-client-5.8.0.jar and activemq-broker-5.8.0.jar on the class