Many adapters have the notion of an error channel, but in order for error messages to be collected the user has to explicitly listen for those errors. A default error channel would provide a single place to listen for otherwise phantom errors within a bus, similar to the deadLetterChannel and invalidMessageChannel.
Many adapters have the notion of an error channel, but in order for error messages to be collected the user has to explicitly listen for those errors. A default error channel would provide a single place to listen for otherwise phantom errors within a bus, similar to the deadLetterChannel and invalidMessageChannel.