Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Maven users will need to add the following dependency to their pom.xml for this component:

...

URI format

...

...

Where defaultChannelName represents the default channel name which is used by the Spring Integration Spring context. It will equal to the inputChannel name for the Spring Integration consumer and the outputChannel name for the Spring Integration provider.

...

Name

Type

Description

inputChannel

String

The Spring integration input channel name that this endpoint wants to consume from, where the specified channel name is defined in the Spring context.

outputChannel

String

The Spring integration output channel name that is used to send messages to the Spring integration context.

inOut

String

The exchange pattern that the Spring integration endpoint should use. If inOut=true then a reply channel is expected, either from the Spring Integration Message header or configured on the endpoint.

...

You can set up a Spring integration endpoint using a URI, as follows:

...

...

Or directly using a Spring integration channel name:

...

...

The Source and Target adapter

...

This example uses the following namespaces:

...

...

You can bind your source or target to a Camel endpoint as follows:

...