I have four db servers with the same db structure but different data. Currently when new data are inserted to database my application get this data, create template and send email.
I would like to separate sending email from my applications. For example some thread which will start once per 10 minutes. It selects data from my four db servers, connect to mail server and send email to users.
It's possible with using JMS or something similar ?
Thanks for replys !