Browse Source

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
pull/381/head
Gary Russell 13 years ago committed by Phillip Webb
parent
commit
0e7769b5bb
  1. 12
      src/reference/docbook/remoting.xml

12
src/reference/docbook/remoting.xml

@ -63,6 +63,11 @@ @@ -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 { @@ -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>

Loading…
Cancel
Save