Property ThrowIfNoResponders
ThrowIfNoResponders
If true, end the subscription and throw an exception if a no responders status message is received. The no responders status message will not be delivered to the subscription.
public bool? ThrowIfNoResponders { get; init; }
Property Value
- bool?
Remarks
If not set, all published messages will be received until explicitly unsubscribed or disposed.