I notice that even though the RouteBuilderTest build all sorts of routes, it
never seems to send anything through them.
I also notice that when you do try to send something through, calling
builder.getRouteList() first will mask the SendProcessor error (but still
nothing will make it through).
Finally, I also notice the the simple example of
                from("queue:a").to("queue:b");
                from("queue:b").process(new StringProcessor());
stops working if you call builder.getRouteList() before trying to send
something through.
-- 
View this message in context: 
http://www.nabble.com/-camel--Content-Based-Router-%28more-info%29-tf3603289s2354.html#a10066578
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Reply via email to