From 41b45d211235a98571c9e60bf9f4e4ef36de54e0 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Wed, 10 Nov 2010 15:48:39 -0500 Subject: [PATCH] INT-1552 IP Doc Polishing --- docs/src/reference/docbook/ip.xml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/src/reference/docbook/ip.xml b/docs/src/reference/docbook/ip.xml index d8a668888b..ebca4d775a 100644 --- a/docs/src/reference/docbook/ip.xml +++ b/docs/src/reference/docbook/ip.xml @@ -470,15 +470,14 @@ The gateways will automatically correlate messages. However, an outbound gateway should only be used for relatively low-volume use. - When the connection - factory is configured for 'single-use="false"', a single shared connection is - used for all message pairs, and only one message can be processed at a time. + When the connection factory is configured for a single shared connection + to be used for all message pairs ('single-use="false"'), + only one message can be processed at a time. A new message will have to wait until the reply to the previous message has been received. - When a connection - factory is configured for 'single-use="true"' connections, the above - restriction does not apply because each message pair is - carried over a separate connection. While this may give higher throughput + When a connection factory is configured for each new message to use a new connection + ('single-use="true"'), the above restriction does not apply. + While this may give higher throughput than a shared connection environment, it comes with the overhead of opening and closing a new connection for each message pair.