Hello, We are in the process of building a general purpose messaging system, our messages are in xml format to start with, and usually are longer than 1 mb, what are the best practices around breaking messages into smaller units, we may also need to support binary messages sometime in future, it it advisable to increase the message length to say 128mb(biggest anticipated message) when most of our messages might be within 5 mb? we are open on using other technologies if they help solve the problem like Avro etc...
Thanks, Vishal