From d7ce9cb43d45ba10f792a0ce2a29b01d5bd7b5cf Mon Sep 17 00:00:00 2001 From: Ilayaperumal Gopinathan Date: Wed, 24 May 2017 16:49:51 +0530 Subject: [PATCH] Update README.md for multi-io --- multi-io/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multi-io/README.md b/multi-io/README.md index 2d89262..d038901 100644 --- a/multi-io/README.md +++ b/multi-io/README.md @@ -21,8 +21,8 @@ multiple input/output channels. * SampleSource - the app that configures two output channels (output1 and output2). * SampleSink - the app that configures two input channels (input1 and input2). -The channels output1 and input1 connect to the same destination (test1) on the broker (Redis) and the channels output2 and -input2 connect to the same destination (test2) on redis. +The channels output1 and input1 connect to the same destination (test1) on the broker (Rabbit) and the channels output2 and +input2 connect to the same destination (test2) on Rabbit. For demo purpose, the apps `SampleSource` and `SampleSink` are bundled together. In practice they are separate applications unless bundled together by the `AggregateApplicationBuilder`.