Details
Description
Sending to a pub/sub channel with no subscribers returns false, but MessagingTemplate throws an exception in that case.
In messaging, generally, no subscribers in a pub/sub is not an exception.
Change the PublishSubscribeChannel to add a minimum subscribers property (default 0) and return true if a successful send to at least that number of subscribers is achieved.