message-buffering
This command controls whether to buffer API requests and responses before processing.
Syntax
message-buffering on
message-buffering off
Parameters
on- Buffer API requests and responses before processing. API requests and responses are read as a binary large object (BLOB).
off- Do not buffer API requests and responses before processing. API requests and responses are streamed. Only an asynchronous API call can read the streamed data. If the message processing requires parsing data at the payload level, then buffering is performed to capture the data. This setting is the default value.
Guidelines
The message-buffering command controls whether to buffer API requests and responses before processing. When you enable API activity logging to capture payload data, you must also enable message buffering to ensure that all request and response data is captured.