With publishSubscribeChannel, in spring integration, if one subscription fails will the other one still run?
Lets assume that the “throwsException” handler throws an exception. Normally, this will go to the error channel. However, will the second subscription still run? Will the message be sent to archiveChannel?