Messaging, Mail Servers
Mail Server :
A host server which holds e-mail messages for clients. The client (the program you use to get your e-mail) connects to the mail server and retrieves any messages that are waiting for you.
From : www.alamedapt.com/alamedanet/glossary.html
A mail transfer agent or MTA (also called a mail server, or a mail exchange server in the context of the Domain Name System) is a computer program or software agent which transfers electronic mail messages from one computer to another.
From : en.wikipedia.org/wiki/Mail_server
SomnifugiJMS
SomnifugiJMS is an implementation of JMS that works inside a single JVM to send JMS Messages between Threads. Somnifugi is particularly useful for isolating the awt Thread so that the user interface will stay lively, for decoupling calls to slower external resources such as database connections, and for speeding up implementations of generic JMS clients by placing decoupled JMS clients in the same JVM.
SomnifugiJMS is built on top of the the JDK 5 concurrency kit. With JDK 5, you only need to include jms.jar and walend-sonifugi.jar to your classpath.
Loading .....