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