I'm planning on using Apache NMS for ActiveMQ messaging, and am wondering what serialization method is going to be used on the objects I send? XML/Binary? What controls the serialization and how can I customize it?
Does anyone have experience doing this with C# objects? Are there any pitfalls that you know of?