diff --git a/spring-framework-reference/src/remoting.xml b/spring-framework-reference/src/remoting.xml
index 9603443588f..5c916eb8d5f 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.