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

...

You can append query options to the URI in the following format, ?option=value&option=value&...

Options

Div
classconfluenceTableSmall

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.

Wiki Markup
{div:class=confluenceTableSmall} || 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. | {div}

Usage

The 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.

...