In FUSE IDE, you create a Camel project using the maven archetypes. The archetypes are like templates that set the basic project for you. They create a standard Maven project. So if you choose camel-archetype-activemq, it will setup all the requisite jars (for Camel and ActiveMQ) using Maven dependencies. It will setup a basic camel-context.xml, which contains an embedded configuration of ActiveMQ broker. It also contains a basic Camel route using Spring DSL. You can delete it and write your own. If you are using a standalone instance of ActiveMQ, you can change the configuration in camel-context.xml to point to your instace of ActiveMQ. When you are happy with your route, you can run your route using camel:run goal provided by the Camel Maven plugin and is automatically set by the camel archetype.
Thanks, Sanjay On Wed, Jan 22, 2014 at 12:12 PM, gadido30 <gadid...@gmail.com> wrote: > Thank You, > > Ok , Then what should I load in AcriveMQ and Camel? How do I use what I > save > in Fuse IDE with ActiveMQ and Camel? > > Gadi > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Apache-Camel-and-Jboss-FUSE-IDE-tp5746328p5746330.html > Sent from the Camel - Users mailing list archive at Nabble.com. >