Description
Mail interface allows people to insert any Serializable object as an attribute.
For now, we then relied on java serialization when putting Mail object into a MQ.
Now that we try to write a new MailQueue on top of RabbitMQ, it makes sense to try to avoid this use of Serializable.