so if i understand it right , ( in Java ) i need instead of sending XML marshaled as my main massaging structure ( using Jaxb) i will created new java class that has 2 members 1 for the xml and the second as the file as base64 encoded. then i will just send this class on the wire ? and in the client i will just decode the class and handle the 2 members of the class ?
On Thu, Jan 10, 2013 at 12:46 PM, Wes Young <[email protected]> wrote: > base64 encode
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
