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
This commit is contained in:
Gary Russell 2013-07-12 16:35:32 -04:00 committed by Phillip Webb
parent 823dbdf232
commit 0e7769b5bb
1 changed files with 12 additions and 0 deletions

View File

@ -63,6 +63,11 @@
<classname>JmsInvokerServiceExporter</classname> and
<classname>JmsInvokerProxyFactoryBean</classname> classes.</para>
</listitem>
<listitem>
<para><emphasis>AMQP</emphasis>. Remoting using AMQP as the underlying
protocol is supported by the Spring AMQP project.</para>
</listitem>
</itemizedlist></para>
<para>While discussing the remoting capabilities of Spring, we'll use the
@ -859,6 +864,13 @@ public class Client {
</section>
</section>
<section xml:id="remoting-amqp">
<title>AMQP</title>
<para>Refer to the <link
xl:href="http://static.springsource.org/spring-amqp/reference/html/amqp.html#remoting">Spring AMQP Reference Document
'Spring Remoting with AMQP' section</link> for more information.</para>
</section>
<section xml:id="remoting-autodection-remote-interfaces">
<title>Auto-detection is not implemented for remote interfaces</title>