Skip to main content
Version: 4.15.0

Exchange pattern component

The Exchange Pattern component allows you to change the pattern of the exchange to InOnly or InOut.

Configuration

The Exchange Pattern component has the following configuration options:

Pattern

Specify the pattern of the exchange.

Options

  • InOnly (default)
  • InOut

InOnly returns the body and headers (exchange) as received at the input of this component. This alters the default behaviour for components.

caution

InOnly only works when the Transport setting of a flow is set to Asynchronous.

When set to InOut the response that's sent back by this component is the body and headers (exchange) at the end of the flow. Alternatively, the response is the body and headers (exchange) before reaching the first component whose 'Exchange pattern' is set to One way. This is default behaviour for components.

note

InOnly is also known as One way and InOut is also known as Request reply.