From 0d15ef88b1ea4fc630870d706cf4e6b3c76d069f Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Wed, 17 Feb 2010 22:37:49 +0000 Subject: [PATCH] Remove spurious comma from QueueChannel --- spring-integration-reference/src/channel.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-integration-reference/src/channel.xml b/spring-integration-reference/src/channel.xml index cbf3a6d7d1..6dedc9cd0c 100644 --- a/spring-integration-reference/src/channel.xml +++ b/spring-integration-reference/src/channel.xml @@ -87,7 +87,7 @@
QueueChannel - The QueueChannel implementation wraps a queue. Unlike, the + The QueueChannel implementation wraps a queue. Unlike the PublishSubscribeChannel, the QueueChannel has point-to-point semantics. In other words, even if the channel has multiple consumers, only one of them should receive any Message sent to that channel. It provides a default no-argument constructor (providing an essentially unbounded