DEVFYI - Developer Resource - FYI

What is Byte Message ?

JMS Interview Questions and Answers


(Continued from previous question...)

33. What is Byte Message ?

Byte Messages contains a Stream of uninterrupted bytes. Byte Message contains an array of primitive bytes in it's payload. Thus it can be used for transfer of data between two applications in their native format which may not be compatible with other Message types. It is also useful where JMS is used purely as a transport between two systems and the message payload is opaque to the JMS client.

(Continued on next question...)

Other Interview Questions