Currently the transport uses a JSON string as a payload. To reduce the payload we could: - zip the content of the string - use Message Pack instead of JSON We should investigate both options and measure the saving we can have. This must be optional and would best be done using header properties to negotiate this as in HTTP