이 콘텐츠는 선택한 언어로 제공되지 않습니다.
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.