You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
** https://developers.redhat.com/products/redhat-build-of-camel/overview[Red Hat build of Camel]
32
+
** https://developers.redhat.com/products/redhat-build-of-camel/overview[Red Hat build of Apache Camel]
33
33
34
34
35
35
[#in_depth]
36
36
== An in-depth look at the solution's architecture
37
37
38
-
The Red Hat Build of Camel is an Cloud-native, multi-language and a multi-runtime integration stack.
38
+
The Red Hat build of Apache Camel is an Cloud-native, multi-language and a multi-runtime integration stack.
39
39
Camel-based integration logic can be written in XML or Java, and can behave as a Spring Boot, a Quarkus, or a Serverless artifact.
40
40
41
41
The present demo will take a legacy API developed in JBoss Fuse 6.2 on Karaf, in Blueprint XML.
42
42
It's suggested that such an application targets the Quarkus runtime.
43
43
The provided Quarkus template is 100% compatible with Camel K, so the resutling migrated application is immediately ready to be added to a serverless stack.
44
44
45
-
The material can be used to migrate any Fuse 6 or 7 distribution to the Red Hat Build of Apache Camel.
45
+
The material can be used to migrate any Fuse 6 or 7 distribution to the Red Hat build of Apache Camel.
46
46
The demos will however focus on migrating a Fuse 6 application, and more concretely a Camel v2.17 one, in Blueprint XML format, running on Karaf 2. The XML format will be converted to the optimized IO XML one.
47
47
This path has been chosen for the demonstration because it can be considered the hardest one. Applications running on Fuse 7, no matter which distribution, could use the same approach and will bnefit from a shortest migration effort.
48
48
@@ -78,4 +78,4 @@ The material here consists in ready to use templates that are already perfectly
78
78
The templates are Maven artifacts, preconfigured with all required dependencies, and holding all the needed placeholders to migrate code and configuration in a timely fashion.
0 commit comments