Thanks, I was able to make it work.
Now i'm having issues loading a route created in java
public class SampleConnectorRoute extends RouteBuilder {
public void configure() {
from("file://c:/app/mdt/dropbox/new").to("file://c:/app/mdt/dropbox/processed");
}
...
I'ev placed the jar un
Hi,
Camel web console has a separate context set in the
webapps/camel/WEB-INF/applicationContext.xml
There's an open issue for this
https://issues.apache.org/activemq/browse/AMQ-2203
Cheers
--
Dejan Bosanac - http://twitter.com/dejanb
Open Source Integration - http://fusesource.com/
ActiveMQ in