Distinguish JMS remoting from JMS messaging support (SPR-7339)

This commit is contained in:
Chris Beams 2010-08-07 13:57:09 +00:00
parent 91172f4f43
commit edad222e6a
1 changed files with 5 additions and 1 deletions

View File

@ -1063,7 +1063,11 @@ public class AccountServiceEndpoint {
Spring Framework is pretty basic - it sends and receives on the
<interfacename>same thread</interfacename> and in the <emphasis>same
non-transactional</emphasis> <interfacename>Session</interfacename>, and
as such throughput will be very implementation dependent.</para>
as such throughput will be very implementation dependent. Note that
these single-threaded and non-transactional constraints apply only to
Spring's JMS <emphasis role="bold">remoting</emphasis> support. See
<xref linkend="jms"/> for information on Spring's rich support for
JMS-based <emphasis role="bold">messaging</emphasis>.</para>
<para>The following interface is used on both the server and the client
side.</para>