* 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
Error Handling Sample
Demonstrates the handling of Exceptions in an asynchronous messaging environment. View the errorHandlingDemo.xml configuration file. Notice the use of a Header Enricher within a Chain, that establishes an error-channel reference prior to passing the message to a Service Activator.
In order to run the sample, execute PartyDemoTest in package org.springframework.integration.samples.errorhandling.