提交 edad222e 编写于 作者: C Chris Beams

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

上级 91172f4f
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册