What is the expected behavior of the publishsubscribechannel when a runtime exception gets thrown by one of the subscribers? Should all of the other subscribers still get the message?
For instance, if there are 3 subscribers to a publishsubscribechannel and one of the subscribers throws a runtime exception, is the expected behavior that the other two subscribers will still receive the message and process normally or is the expected behavior that none of the subscribers will receive the message?
The latter appears to be the case for me but I need to do some more testing to help me verify what is going on.
Thanks
Keith


Reply With Quote
