The Artima Developer Community
Sponsored Link

Java Buzz Forum
High-Availability JavaMail: I am not sure the point

1 reply on 1 page. Most recent reply: Oct 22, 2004 4:25 PM by brian

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Alan Williamson

Posts: 78
Nickname: awilliamso
Registered: Sep, 2004

Alan Williamson is chief architect of Blog-City and BlueDragon in addition to his online ramblings
High-Availability JavaMail: I am not sure the point Posted: Oct 5, 2004 4:44 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Alan Williamson.
Original Post: High-Availability JavaMail: I am not sure the point
Feed Title: Technical @ alan.blog-city.com
Feed URL: http://www.ibm.com/us/en/
Feed Description: (Technical) the rants of a java developer trapped in the body of a java developer!
Latest Java Buzz Posts
Latest Java Buzz Posts by Alan Williamson
Latest Posts From Technical @ alan.blog-city.com

Advertisement

I read about the HA-JavaMail project this morning and on the face of it, looks very impressive.  Claiming much increased performance over the standard JavaMail can surely only be a good thing.  But this is the bit that I am little confused at; don't most people simply use JavaMail to relay to another mail server for further delivery?

At first I thought this software done away with the need to have a relay server, but looking at the documentation it doesn't seem to be that.  Maybe it does.  If so then fantastic.  No need to keep a secure sendmail server kicking around.  Although if its not, then why bother?  The transport between JavaMail -> sendmail is more than adequate for the majority of applications, unless you're in the business of sending out a serious amount of email on a repeated cycle.

Read: High-Availability JavaMail: I am not sure the point


brian

Posts: 1
Nickname: nairbv
Registered: Oct, 2004

Re: High-Availability JavaMail: I am not sure the point Posted: Oct 22, 2004 4:25 PM
Reply to this message Reply
You can use regular javamail without a relay server. I've just been setting the mail.smtp.host property to the mx record for the domain. Sometimes it doesn't work, and then I pass the email on to a qmail relay, because if the reply code says something like "mailbox full, try again later" I don't feel like remembering to try again later... qmail can queue it up for me. I ran into HA javamail looking around for a java implementation of qmqp...

Lots of people are in the business of sending out serious amounts of email on a repeated basis, so this could be quite usefull. Even just system emails from a large webapp could be a pretty high volume, combine that with regular marketing emails and you have a major effort on your hands. Performance/scalability are huge issues.

I'm curious how this HA-JavaMail thing works though, I couldn't find much documentation. His example code doesn't even use his packages which doesn't make any sense to me. oh well. I suppose I can just read the ha source...

Flat View: This topic has 1 reply on 1 page
Topic: An ocean, an ocean of blue Previous Topic   Next Topic Topic: Good guide to building an x86 box

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use