Fuse IDE is just an Eclipse based editor. You can use it for any kind
of Java development. It just has a graphical UI for editing Camel
routes as well.

To run Java applications you can use maven to start the JVM, which you
eg can do for unit testing etc. Or use maven goals that can startup
Camel / ActiveMQ etc. And Eclipse has built-in Maven support out of
the box, so you can do the same from within Eclipse itself.

To create new Camel projects you can use Maven archetypes
http://camel.apache.org/camel-maven-archetypes.html

For example there is an archetype to create a sample project with
Camel + ActiveMQ.

And Camel has some Maven goals to run Camel.
http://camel.apache.org/camel-maven-plugin.html



On Thu, Jan 23, 2014 at 8:13 AM, gadido30 <gadid...@gmail.com> wrote:
> Thank You,
>
> sorry about my newbie question , I still don't know what to do:
>
> Do I need to run ActiveMQ with Camel Core and then add Maven Project with
> camel and activemq project?
>
> I will be glad to know what should I run for using Fuse IDE + Camel +
> ActiveMQ
>
> Gadi
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Apache-Camel-and-Jboss-FUSE-IDE-tp5746328p5746379.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cib...@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
Make your Camel applications look hawt, try: http://hawt.io

Reply via email to