Ok. Finally managed to get this resolved. The problem was in my route
definition, I used a different uri than what I have configured above as the
beanid for my ActiveMQ component.
Here is my route:
from("activemq:{{business.in.queue}}").unmarshal(jaxb).to("direct:Process");
// I used jms here in
Can you share your route with us? Which version do you use?
Sent from a mobile device
Am 12.03.2013 11:00 schrieb "Joe San" :
> Hi all,
>
> I'm using the Camel Blueprint Test Support to test my routes. I have the
> following configured for my active mq definition
>
> class="org.apache.ac
Hi
And you have all the needed JARs on the classpath, such as the
activemq-pool and its dependencies?
On Tue, Mar 12, 2013 at 10:50 AM, Joe San wrote:
> Hi all,
>
> I'm using the Camel Blueprint Test Support to test my routes. I have the
> following configured for my active mq definition
>