Files
spring-integration-samples/applications/loanshark
Artem Bilan 361866da58 Move main to version 6.0
* Upgrade to the latest dependencies
* Migrate samples to `jakarta` namespace
* Rework `cafe-scripted` to RSocket instead of already removed RMI
* Migrate JMS samples to Apache Artemis for Jakarta EE 9
* Disables mails tests since there is a requirement to migrate to Greenmail for Jakarta EE 9 support
* Rework `generatePom` task to a new `maven-publish` plugin style
2022-01-20 17:10:31 -05:00
..
2022-01-20 17:10:31 -05:00
2022-01-20 17:10:31 -05:00

Loan Shark Application

See README.txt in the loan-broker sample for information about this sample.

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".

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.