1.

What Is The Diffrence Between Java Mail And Jms Queue?

Answer»

Java Mail - API siting on TOP of e-mail protocols like SMTP, POP, IMAP - essentially same STUFF e-mail clients like MS outlook use .. hence make sense if at least on one SIDE of conversation we have human. 

JMS Queue - is asynchronous point-to-point communication between SYSTEMS 

Java Mail - API siting on top of e-mail protocols like SMTP, POP, IMAP - essentially same stuff e-mail clients like MS outlook use .. hence make sense if at least on one side of conversation we have human. 

JMS Queue - is asynchronous point-to-point communication between systems 



Discussion

No Comment Found