1.3.1.2 Large Message Exchange Scenario
In this scenario, a salesperson retrieves the entire customer inventory (in the form of a message) from the server at the start of the day.
Because this operation is typically performed only once each day, a session is not required, as was the case in the previous scenario. Instead, the protocol sends the message properties followed by the message frames, and the receiving end applies the properties to extract the message.
In addition, because the inventory is large, the message content is broken up into multiple chunks. The receiving end can then stream the content one chunk at a time and does not have to process the entire message at one time.