Este contenido no está disponible en el idioma seleccionado.
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.