If I use WCF
to send a message over e.g. Http
, and the message is too large for the recipient, I get a fault at the sender, and can take action.
If I use WCF
to send a message over MSMQ
(non-transactional) and the message is too large for the recipient, it seems to disappear and I get no indication either client or server side.
Is there some way I can observe (and take action for) such occurrences?
Assuming, your target is an MSMQ, (irrespective to WCF), here are few items to consider.