Skip to content

Commit fe3cc9d

Browse files
committed
Fix typo in camel.adoc
Signed-off-by: SeongMo Yoon <[email protected]>
1 parent 0bd825a commit fe3cc9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reference/antora/modules/ROOT/pages/camel.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ Therefore, developers may choose one framework over another for many reasons or
3838
Spring Integration and Apache Camel applications can interact with each other through many external protocols for which they implement channel adapters.
3939
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.
4040
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].
4242

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.
4444
All that is needed is a reference to a `MessageChannel` from the application context, to send or consume messages.
4545
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.
4646

0 commit comments

Comments
 (0)