using ActiveMQ I want to serialize my objects with protocol buffers (*).
Then I have an byte array.
Now I read that ByteMessage should not be used with properties:
http://activemq.apache.org/nms/msdoc/1.5.0/vs2005/html/T_Apache_NMS_IBytesMessage.htm
(They have the same text in the java documentation, too)
Where is the problem, and when will the problems occur?
(*) We use this format internally, if possible I want to use is as message body, too.