Mrogers
Design notes on configuring Java Properties via JMX.
mail.properties Property needs to implement ListFactoryBean
mail.properties=mail.smtpwhatever, mail.smtp.rhubarb, mail.smtp.custard
mail.properties.mail.smtpwhatever=false;
mail.properties.mail.smtp.custard=custard;
mail.properties.mail.smtp.rhubarb=rhubarb;
Need some sort of type for Key/Value that implements BeanNameAware.
Need some service to accept a list of EmailProps.