From edad222e6a0d420ef35c8bcd4c4e43e0f1f33b35 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Sat, 7 Aug 2010 13:57:09 +0000 Subject: [PATCH] Distinguish JMS remoting from JMS messaging support (SPR-7339) --- spring-framework-reference/src/remoting.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/spring-framework-reference/src/remoting.xml b/spring-framework-reference/src/remoting.xml index 9603443588..5c916eb8d5 100644 --- a/spring-framework-reference/src/remoting.xml +++ b/spring-framework-reference/src/remoting.xml @@ -1063,7 +1063,11 @@ public class AccountServiceEndpoint { Spring Framework is pretty basic - it sends and receives on the same thread and in the same non-transactional Session, and - as such throughput will be very implementation dependent. + as such throughput will be very implementation dependent. Note that + these single-threaded and non-transactional constraints apply only to + Spring's JMS remoting support. See + for information on Spring's rich support for + JMS-based messaging. The following interface is used on both the server and the client side.