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
Copy file name to clipboardExpand all lines: src/reference/antora/modules/ROOT/pages/camel.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,9 @@ Therefore, developers may choose one framework over another for many reasons or
38
38
Spring Integration and Apache Camel applications can interact with each other through many external protocols for which they implement channel adapters.
39
39
For example, a Spring Integration flow may publish a record to an Apache Kafka topic which is consumed by an Apache Camel endpoint on the consumer side.
40
40
Or, an Apache Camel route may write data into an SFTP file the directory, which is polled by a SFTP Inbound Channel Adapter from Spring Integration.
41
-
Or, within the same Spring application context they can communicate via an `ApplicationEvent` https://camel.apache.org/components/3.18.x/spring-event-component.html[abstraction].
41
+
Or, within the same Spring application context they can communicate via an `ApplicationEvent` https://camel.apache.org/components/4.10.x/spring-event-component.html[abstraction].
42
42
43
-
To make the development process easier and to avoid unnecessary network hops, Apache Camel provides a https://camel.apache.org/components/3.18.x/spring-integration-component.html[module] to communicate with Spring Integration via message channels.
43
+
To make the development process easier and to avoid unnecessary network hops, Apache Camel provides a https://camel.apache.org/components/4.10.x/index.html[module] to communicate with Spring Integration via message channels.
44
44
All that is needed is a reference to a `MessageChannel` from the application context, to send or consume messages.
45
45
This works well when Apache Camel routes are initiators of the message flow and Spring Integration plays only a supporting role as a part of the solution.
0 commit comments