From 5456bc286bce427c55498997942b3536e5b86ae8 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Sun, 2 Nov 2008 20:25:06 +0000 Subject: [PATCH] Fixed typo --- spring-integration-reference/src/jms.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-integration-reference/src/jms.xml b/spring-integration-reference/src/jms.xml index 66178d061f..977d8ca1fd 100644 --- a/spring-integration-reference/src/jms.xml +++ b/spring-integration-reference/src/jms.xml @@ -82,7 +82,7 @@ To experiment with these JMS adapters, check out the samples available within the "jms" package of the "org.springramework.integration.samples" module (in the distribution). There are two samples included. One - provides inbound and outbound Channel Adapters, and the other provided inbound and outbound Gateways. They are + provides inbound and outbound Channel Adapters, and the other provides inbound and outbound Gateways. They are configured to run with an embedded ActiveMQ process, but the "common.xml" can easily be modified to support either a different JMS provider or a standalone ActiveMQ process. In other words, you can split the configuration so that the inbound and outbound adapters are running in separate JVMs. If you have ActiveMQ installed, simply