diff --git a/docs/src/reference/docbook/control-bus.xml b/docs/src/reference/docbook/control-bus.xml index b36ded613b..0038cf3830 100644 --- a/docs/src/reference/docbook/control-bus.xml +++ b/docs/src/reference/docbook/control-bus.xml @@ -1,10 +1,6 @@ -
+
Control Bus As described in (EIP), the idea behind the Control Bus is that @@ -12,10 +8,11 @@ the components within the framework as is used for "application-level" messaging. In Spring Integration we build upon the adapters described above so that it's possible to send Messages - as a means of invoking exposed operations. + as a means of invoking exposed operations. + + ]]> - + The Control Bus has an input channel that can be accessed for invoking operations on the beans in the application context. It diff --git a/docs/src/reference/docbook/jmx.xml b/docs/src/reference/docbook/jmx.xml index c8e28f9077..f1e0176158 100644 --- a/docs/src/reference/docbook/jmx.xml +++ b/docs/src/reference/docbook/jmx.xml @@ -1,10 +1,6 @@ -
+
JMX Support Spring Integration provides Channel Adapters for receiving and diff --git a/docs/src/reference/docbook/router.xml b/docs/src/reference/docbook/router.xml index 4092462023..212d0b6e0d 100644 --- a/docs/src/reference/docbook/router.xml +++ b/docs/src/reference/docbook/router.xml @@ -128,11 +128,25 @@ ]]> - + The 'apply-sequence' flag here has the same affect as it does for a publish-subscribe-channel, and like publish-subscribe-channel it is disabled by default on the recipient-list-router. Refer to for more information. + + + Another convenient option to configure Recipient List Router is to use Spring Expression Language (SpEL) support + + + + +]]> + + In the above configuration a SpEL expression identified by selector-expression attribute will be evaluated to determine if this recipient + should be included in the recipient list for a given input Message. The evaluation result of the expression must be a boolean. If this + attribute is not defined, the channel will always be among the list of recipients. + +
diff --git a/docs/src/reference/docbook/system-management.xml b/docs/src/reference/docbook/system-management.xml index 963dedbc33..3383308a2f 100644 --- a/docs/src/reference/docbook/system-management.xml +++ b/docs/src/reference/docbook/system-management.xml @@ -3,9 +3,8 @@ xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink"> System Management - - - - - - + + + + + \ No newline at end of file