Inspirel banner

Programming Distributed Systems with YAMI4

4.3.19 Raw Binary Delivery

In order to enable a given system to transfer data in a raw binary format (as opposed to using the library-provided data model), the receiving agent has to be explicitly configured to prevent it from automatic deserialization of incoming messages or message replies. Without such configuration setting the agent will attempt to deserialize the message payload according to the built-in serialization protocol, which would fail if the data happens to be a raw blob or serialized with some other protocol in mind.

Property name: "deliver_as_raw_binary".

Property type: boolean.

Default value: false.

Note:

This configuration option is not available in Python.