diff --git a/spring-integration-reference/src/bridge.xml b/spring-integration-reference/src/bridge.xml index 07514fa3d4..bffeaa7fbf 100644 --- a/spring-integration-reference/src/bridge.xml +++ b/spring-integration-reference/src/bridge.xml @@ -53,6 +53,10 @@ Of course, the configuration would be similar for other (potentially more useful) Channel Adapter bridges, such as File to JMS, or Mail to File. The various Channel Adapters will be discussed in upcoming chapters. + + If no 'output-channel' is defined on a bridge, the reply channel provided by the inbound Message will + be used, if available. If neither output or reply channel is available, an Exception will be thrown. + \ No newline at end of file