Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 29663 invoked from network); 1 May 2008 03:57:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 May 2008 03:57:07 -0000 Received: (qmail 36856 invoked by uid 500); 1 May 2008 03:56:57 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 36829 invoked by uid 500); 1 May 2008 03:56:57 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 36817 invoked by uid 99); 1 May 2008 03:56:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Apr 2008 20:56:57 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [69.147.75.85] (HELO web62408.mail.re1.yahoo.com) (69.147.75.85) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 01 May 2008 03:56:11 +0000 Received: (qmail 21144 invoked by uid 60001); 1 May 2008 03:56:23 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=C87fJFgcMVVrbCMQudXV1GS5pyz99bT425+KEMcf/i0+FwexfExS+wAbO67zPTOAOBke7Nk6I8eUbLrAqRr82Rh+88p3ZfmWHJ/VpIZCAwgtwEy+hSJInPonAD5NJuDQK4X2aCDVt/Baj10LP4UO9MF+C2Okc+U8rxtomkcN3/0=; X-YMail-OSG: vfFVjlwVM1kev5GN_r35opxRORlbA5Li2nRwiORCHieXZGlWfu6tw69nD5CILzl1CTO64MEK.Sl7Mv0NYW9Qv_PNydTAWiUot4jIp0vrDKaugpTDmyqLETvnTw-- Received: from [24.118.247.222] by web62408.mail.re1.yahoo.com via HTTP; Wed, 30 Apr 2008 20:56:23 PDT Date: Wed, 30 Apr 2008 20:56:23 -0700 (PDT) From: Jay Bose Subject: Re: Email Notifications and Struts To: Struts Users Mailing List In-Reply-To: <16992809.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <738165.83195.qm@web62408.mail.re1.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org If you want the Action to return immediately, and have the emails sent asynchronously, then JMS is a definite option. Another option is the JDK's Timer functionality (http://java.sun.com/j2se/1.5.0/docs/api/java/util/TimerTask.html). --- jwynacht wrote: > > Hi, > > I have a Struts action that, when invoked, needs to send email to about 50 > people. From what I've read in this forum it seems I should use JMS for > this. Any suggestions on which route to take? I'm running Tomcat 5.5.20. Any > pointers? Is this overkill? Better solutions? > > Thanks, > > Jon > -- > View this message in context: > http://www.nabble.com/Email-Notifications-and-Struts-tp16992809p16992809.html > Sent from the Struts - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org > For additional commands, e-mail: user-help@struts.apache.org > > ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org