Which three statements are true about enabling streaming support in adapters?
A.
Enabling streaming allows larger payloads to be read by the adapters.
B.
Enabling streaming improves message throughput and latency.
C.
Enabling streaming leverages features of the scalable DOM in Oracle XML Developer Kit
(XDK).
D.
The benefits of enabling streaming are better when payloads are of relatively large.
Explanation:
Streaming Large Payload
To enable support to stream payload, you must select the Enable Streaming check box while
specifying polling options. When you enable this feature, the payload is streamed to a database
instead of getting manipulated in SOA run time as in a memory DOM. You use this feature while
handling large payloads. When you select the Enable Streaming check box, a corresponding
Boolean property StreamPayload is appended to the ActivationSpec properties defined in the
respective .jca file.
A, C and D.
A, C and D
the explanation is here
link
ACD