Database Reference
In-Depth Information
Then, the server will receive the message from MSMQ, but before processing it, this will
decompress and validate the message before the server processes the message. It will un-
mutate the message that the client mutated:
From MSMQ → TransportCompression (Incoming)→ Validate
(Incoming) → Server
This is just a simple compressing and data annotation validation to ensure that MSMQ
will process the message. There may be many other reasons for mutating the message; one
of them may be to encrypt the credit card within a payment message.
Search WWH ::




Custom Search