From 2678280dc640d784c295c645f93fe059f329b205 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Sun, 20 Jun 2010 16:45:14 +0000 Subject: [PATCH] created README.txt with a short note on changing the Groovy script to support unicast instead of multicast --- spring-integration-samples/loanshark/README.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 spring-integration-samples/loanshark/README.txt diff --git a/spring-integration-samples/loanshark/README.txt b/spring-integration-samples/loanshark/README.txt new file mode 100644 index 0000000000..a402703716 --- /dev/null +++ b/spring-integration-samples/loanshark/README.txt @@ -0,0 +1,4 @@ +To change the multicast code in udps.groovy to rely on unicast instead, simply +change the MulticastSocket type to DatagramSocket and remove the next 2 lines +that deal with joining the multicast group. Then, in the configuration of the +actual adapter, set: host="127.0.0.1" and multicast="false". \ No newline at end of file