Re: Unit test camel with activeMQ

2011-06-01 Thread hbellat
I followed some examples in camel-jms package but still have problem. I wrote my camel.xml beans xmlns=http://www.springframework.org/schema/beans; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://camel.apache.org/schema/spring

Unit test camel with activeMQ

2011-05-30 Thread hbellat
Hello, I used Junit for java program but I need some examples to understand how it works in camel with activeMQ I wrote a simple camel.xml as follow : camelContext id=camel xmlns=http://camel.apache.org/schema/spring; route from uri=activemq:start/