Subject: How do I install and use Apache Camel?
Good day from Singapore,
How do I install and use Apache Camel?
Thank you.
Regards,
Mr. Turritopsis Dohrnii Teo En Ming
Targeted Individual in Singapore
26 July 2022 Tuesday
Blogs:
https://tdtemcerts.blogspot.com
https://tdtemcerts.wordpress.com
Simply just add jars into classpath and create CamelContext and
RouteBuilder.
But... do you use SpringBoot in your project?
On 7/26/22 10:51, Turritopsis Dohrnii Teo En Ming wrote:
Subject: How do I install and use Apache Camel?
Good day from Singapore,
How do I install and use Apache Camel?
Basically, Apache Camel is an integration framework. Thus it's not a tool
that you can run.
Mostly it goes like this:
1. Start a Java project
2. Add the Camel code
3. Run the Camel (there are various runtimes like Karaf, Main, Quarkus,
Spring Boot). Main is the easiest.
Some suggestions:
1. Sta
Noted with thanks.
Mr. Turritopsis Dohrnii Teo En Ming
Targeted Individual in Singapore
On Tue, 26 Jul 2022 at 16:44, ski n wrote:
>
>
> Basically, Apache Camel is an integration framework. Thus it's not a tool
> that you can run.
>
> Mostly it goes like this:
>
> 1. Start a Java project
> 2. A
I have no idea what springboot is.
Mr. Turritopsis Dohrnii Teo En Ming
Targeted Individual in Singapore
On Tue, 26 Jul 2022 at 15:56, Vyacheslav Boyko wrote:
>
> Simply just add jars into classpath and create CamelContext and
> RouteBuilder.
>
> But... do you use SpringBoot in your project?
>
>