Re: running ActiveMQ with camel from maven

2012-06-18 Thread Claus Ibsen
t embed a broker in my main > >> class? > >> > >> I ran across this link - > >> http://activemq.apache.org/maven2-activemq-broker-plugin.html, but it > >> seems quite dated. > >> > >> > >> Thanks, > >> Mark > >>

Re: running ActiveMQ with camel from maven

2012-06-18 Thread Mark Webb
t; Thanks, >> Mark >> > > > - > Ben O'Day > IT Consultant -http://consulting-notes.com > > -- > View this message in context: > http://camel.465427.n5.nabble.com/running-ActiveMQ-with-camel-from-maven-tp5714563p5714598.html > Sent from the Camel - Users mailing list archive at Nabble.com.

Re: running ActiveMQ with camel from maven

2012-06-17 Thread boday
notes.com -- View this message in context: http://camel.465427.n5.nabble.com/running-ActiveMQ-with-camel-from-maven-tp5714563p5714598.html Sent from the Camel - Users mailing list archive at Nabble.com.

running ActiveMQ with camel from maven

2012-06-15 Thread Mark Webb
I usually use the command "mvn camel:run" to execute my camel routes..etc in my development environment. I have included ActiveMQ support for my camel routing and would like to start an ActiveMQ broker as part of my Camel routes when they start up. Is there a way to do this from maven or should I