diff --git a/src/reference/docbook/amqp.xml b/src/reference/docbook/amqp.xml index 282d4ca7f4..2fc36fbd91 100644 --- a/src/reference/docbook/amqp.xml +++ b/src/reference/docbook/amqp.xml @@ -47,11 +47,11 @@ -
+
Inbound Channel Adapter A configuration sample for an AMQP Inbound Channel Adapter is shown - below with all available parameters. + below. Optional. + Optional. + + Note that when configuring an external container, you cannot use the Spring AMQP + namespace to define the container. This is because the namespace requires at least one <listener/> + element. In this environment, the listener is internal to the adapter. For this reason, you must define + the container using a normal Spring <bean/> definition, such as: + + + + +]]> + The MessageConverter to use when receiving AMQP Messages. @@ -273,7 +286,7 @@ this list can also be simple patterns to be matched against the header names (e. Outbound Channel Adapter A configuration sample for an AMQP Outbound Channel Adapter is shown - below with all available parameters. + below. Inbound Gateway A configuration sample for an AMQP Inbound Gateway is shown - below with all available parameters. + below. + + See the note in about configuring the listener-container + attribute. +
Outbound Gateway A configuration sample for an AMQP Outbound Gateway is shown - below with all available parameters. + below.