I have replicated this and can confirm it is due to the 64K limit "bug" in writeUTF (thanks Elias for the hint).
The fix is fairly straightforward and will be in the next release. In the mean-time the workaround is not to use strings > 64K in text messages, object messages, map messages or as string properties. Instead you can convert to a byte[] in your code and convert back on receipt. Thanks for your patience. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951533#3951533 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951533 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
