How to have one generic consumer that handle all Fault Messages ?
Do I need to register Fault Consumer for each of my fault messages?
How to have one generic consumer that handle all Fault Messages ?
Do I need to register Fault Consumer for each of my fault messages?
Why not consume
Fault
?The only issue is that the
Message
is not part of this interface and therefore it will not be even deserialised. so you will not have access to the message, only to the message id.