Hi,

Let's say I'm sending data in the form of xml. The data being sent is big
but certainly not large enough to warrant the use of BlobMessages.

Which of the following approaches would be better for performance, and why:
- Send the xml as TextMessages.
- Convert the xml to bytes, and then send the bytes as ByteMessages.

Perhaps my underlying question is, "Does ActiveMQ's implementation of
TextMessages optimize the transmission of TextMessages by compressing the
content somehow?"


Thanks in advance! Thank you Rob for the quick reply last time too!
-- 
View this message in context: 
http://www.nabble.com/TextMessage-vs-ByteMessage-tp16755490s2354p16755490.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to