Dear fellow camelriders,

At the moment I want to poll messages from a specific topic in ActiveMQ
using camel in eclipse.
 from("activemq:topic:test").log("transfered to file")
        .to("file:src/data");  

Getting the following error:
Exception in thread "main" java.lang.NoClassDefFoundError:
org/springframework/beans/factory/Aware

Polling messages from a queue works fine but topic doesn't work.
                        
                



--
View this message in context: 
http://camel.465427.n5.nabble.com/Polling-messages-from-topics-ActiveMQ-tp5771510.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to