Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 80066 invoked from network); 16 Mar 2010 04:12:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Mar 2010 04:12:24 -0000 Received: (qmail 41558 invoked by uid 500); 16 Mar 2010 04:12:23 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 41431 invoked by uid 500); 16 Mar 2010 04:12:23 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 41423 invoked by uid 99); 16 Mar 2010 04:12:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Mar 2010 04:12:23 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of tsnell@gmail.com designates 209.85.211.178 as permitted sender) Received: from [209.85.211.178] (HELO mail-yw0-f178.google.com) (209.85.211.178) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Mar 2010 04:12:14 +0000 Received: by ywh8 with SMTP id 8so2249081ywh.6 for ; Mon, 15 Mar 2010 21:11:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:mime-version :subject:from:in-reply-to:date:content-transfer-encoding:message-id :references:to:x-mailer; bh=PHYLI4m83ZYXQzVxkZF5R4E4D+yE7b1+Fx+iaE7pW8A=; b=Q+2Xpdw9+me63rsy9LEtpV8bQ4dkXeMz/X32TYJyiqb7+hmhyvKKNOVQNy1vEkGHYN /Ts3vkrI+tDh1sGLUKI3pteWXcFLJRQgNLQW96GPAlK4gxXQEU69Gh/0x4aT3oq/03au zgpPk50IGSID3BKM4M0fU9l4fG2ReiFmFleEk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=qvuK8l3rDodbCf+rQKLiJ057dp1wI6iNvMpLJVJyhxQFtPyHtHfaDX1TIMjqgdLGef QBD+CXEkAXpOhuh7Ze0eZo2tEoCfBW6WD3q2osqCgfo6XN1Wqg1L6wM5jQgofbRW+jbg XKD5Wq1EGGX23C1tjz7W4VpQoAuiZEnXeytDI= Received: by 10.151.17.33 with SMTP id u33mr3874603ybi.298.1268712713028; Mon, 15 Mar 2010 21:11:53 -0700 (PDT) Received: from [10.0.1.109] (99-190-205-163.lightspeed.iplsin.sbcglobal.net [99.190.205.163]) by mx.google.com with ESMTPS id 20sm4912271iwn.1.2010.03.15.21.11.51 (version=SSLv3 cipher=RC4-MD5); Mon, 15 Mar 2010 21:11:51 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1077) Subject: Re: Can we configure Receiving Application for JMS an SMTP server From: Tracy Snell In-Reply-To: <27912928.post@talk.nabble.com> Date: Tue, 16 Mar 2010 00:11:50 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <04E4B46C-9548-4CFE-81F5-7BC0E8AF8967@gmail.com> References: <27912928.post@talk.nabble.com> To: users@activemq.apache.org X-Mailer: Apple Mail (2.1077) X-Virus-Checked: Checked by ClamAV on apache.org On Mar 15, 2010, at 10:32 PM, Sandeep@I2IT wrote: > Hello, > I want to send e-mails to new user registered on my website. I want = 100% > mail delivery, i don't have control over my smtp server. Right now my > program is directly sending message to smtp server but if that smtp = server > is down then my application wil not able to send mail. What i now want = is My > application will feed all mails as messages to a JMS queue then jms = forward > all those messages to my mail server if it is up otherwise it will = store my > messages until my smtp server ups. Yep. Use camel mail component to pull from the queue and deliver the = messages. http://camel.apache.org/mail.html