Re: Routing messages to ActiveMQ queue

2015-02-03 Thread frank1970
Thanks for your reply. Actually I've just found out the issue: I was missing some libs in the classpath and without including SLF4J (both libraries) these exceptions were hidden. Now it's working :-) -- View this message in context: http://camel.465427.n5.nabble.com/Routing-m

Re: Routing messages to ActiveMQ queue

2015-02-03 Thread Morgan Hautman
ue/TestQueue"); } }); The application executes without any error, however surfing on the ActiveMQ console I can see no messages have been received by any consumer. Any idea what's wrong with it? Thanks Frank -- View this message in context:

Routing messages to ActiveMQ queue

2015-02-03 Thread frank1970
yy-MM-dd HH:mm:ss}")).to("jms:activemq:/queue/TestQueue"); } }); The application executes without any error, however surfing on the ActiveMQ console I can see no messages have been received by any consumer. Any idea what's wrong with it? Thanks Frank -- View this message in con