Since we're on a major migration process of this website, some component documents here are out of sync right now. In the meantime you may want to look at the early version of the new website
https://camel.apache.org/staging/
We would very much like to receive any feedback on the new site, please join the discussion on the Camel user mailing list.
Spring Integration ComponentThe spring-integration: component provides a bridge for Camel components to talk to spring integration endpoints. Maven users will need to add the following dependency to their URI formatWhere defaultChannelName represents the default channel name which is used by the Spring Integration Spring context. It will equal to the You can append query options to the URI in the following format, Options
UsageThe Spring integration component is a bridge that connects Camel endpoints with Spring integration endpoints through the Spring integration's input channels and output channels. Using this component, we can send Camel messages to Spring Integration endpoints or receive messages from Spring integration endpoints in a Camel routing context. ExamplesUsing the Spring integration endpointYou can set up a Spring integration endpoint using a URI, as follows: Or directly using a Spring integration channel name: The Source and Target adapterSpring integration also provides the Spring integration's source and target adapters, which can route messages from a Spring integration channel to a Camel endpoint or from a Camel endpoint to a Spring integration channel. This example uses the following namespaces: You can bind your source or target to a Camel endpoint as follows: |