Re: How BytesMessage behave between different OS
Posted By:
Anonymous
Posted On:
Wednesday, July 18, 2001 12:36 PM
The behaviour depends on the byte alignment (encoding) used by the JMS implementation. Typically JMS will not touch your bytes so it depends how (and if) you encode it before inserting into a message. An example would be using XDR encoding.