From 0e7769b5bb92ef62f7abb36954e0434b58d9334b Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Fri, 12 Jul 2013 16:35:32 -0400 Subject: [PATCH] Add Reference to Spring AMQP Remoting in docs Beginning with 1.2.0, Spring AMQP now supports remoting over AMQP with a proxy factory bean an invoker service exporter. Add documentation to the Spring Framework remoting section with a link to the Spring AMQP documentation. Issue: SPR-10501 --- src/reference/docbook/remoting.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/reference/docbook/remoting.xml b/src/reference/docbook/remoting.xml index 1af73d50ec..806d1d38fa 100644 --- a/src/reference/docbook/remoting.xml +++ b/src/reference/docbook/remoting.xml @@ -63,6 +63,11 @@ JmsInvokerServiceExporter and JmsInvokerProxyFactoryBean classes. + + + AMQP. Remoting using AMQP as the underlying + protocol is supported by the Spring AMQP project. + While discussing the remoting capabilities of Spring, we'll use the @@ -859,6 +864,13 @@ public class Client { +
+ AMQP + Refer to the Spring AMQP Reference Document + 'Spring Remoting with AMQP' section for more information. +
+
Auto-detection is not implemented for remote interfaces