此内容没有您所选择的语言版本。
21.4. Streaming Alternative
If you choose not to use the
InputStream
or OutputStream
capability of HornetQ, the data can still be accessed directly in an alternative fashion.
On the Core API, get the bytes of the body as described in Chapter 7, Using Core.
If using JMS API,
BytesMessage
and StreamMessage
also supports it transparently.