Merge pull request #315 from garyrussell/SPR-10501

* SPR-10501:
  Add Reference to Spring AMQP Remoting in docs
master
Phillip Webb 11 years ago
commit 2c6282055c
  1. 12
      src/reference/docbook/remoting.xml

@ -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>

Loading…
Cancel
Save