-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
INT-1457 Add loan shark to loan broker readme
- Loading branch information
1 parent
394efd2
commit 2ae518c
Showing
2 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
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". | ||
actual adapter, set: host="127.0.0.1" and multicast="false". | ||
|
||
For the Roo/Spring Integration application, edit the integrationContext.xml | ||
file, on the udpIn adapter, set multicast to false and remove the | ||
multicast-address attribute. |