On 11/20/06, massive.boisson <[EMAIL PROTECTED]> wrote:
Hi, I have 2 questions about ObjectMessage: 1. are there any performance issue with ObjectMessages generally speaking because looking thru forums not many people use it? Any good alternatives? (I saw what James was doing recently, but I am using Java client)
Quite a lot of folks use ObjectMessage - its certainly pretty fast these days (serialization used to be slow in the Java 1.2 days). The only real alternative is write your own Externalizable code or use some kinda XML data binding
2. I am getting NotSerializableException no matter what I try. My object is implementing Serializable, I even tried with String for test. I have a remove broker listening to tcp connections. Any ideas?
No - got a test case? -- James ------- http://radio.weblogs.com/0112098/