Results 1 to 6 of 6
Thread: javax.mail.Transport
- 10-23-2009, 04:42 PM #1
Member
- Join Date
- Oct 2009
- Posts
- 3
- Rep Power
- 0
javax.mail.Transport
Hi,
I work on an application that sends thousands of email messages via a synchronized block using transport.sendMessage(). We're looking into possibly multi-threading this process, but I cannot find if this would be thread safe.
Can anyone speak to the multi-threading ability for using transport.sendMessage() ?
Thanks in advance.
-Matt
-
Anyone with any suggestions? Anyone want to contribute to a project that sends out thousands of emails?
- 10-23-2009, 04:59 PM #3
Could u please explain it more clearly so that we can also invlove?
Ramya:cool:
- 10-23-2009, 05:14 PM #4
Member
- Join Date
- Oct 2009
- Posts
- 3
- Rep Power
- 0
What information would be helpful?
Basically, I would like to know if Transport.sendMessage() can handle being fired asynchronously via multi-threading, if any issues would arise. The original developer implemented synchronously for fears of issues arising out of asynchrony, but he is long gone.
Thanks.
- 10-23-2009, 05:17 PM #5
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,413
- Blog Entries
- 7
- Rep Power
- 17
Thousands of email messages? Huuuu! That sounds like spam; no help from me.
kind regards,
Jos
- 10-23-2009, 05:26 PM #6
Member
- Join Date
- Oct 2009
- Posts
- 3
- Rep Power
- 0
Similar Threads
-
javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port:
By nikunj.prmr@gmail.com in forum Advanced JavaReplies: 2Last Post: 08-24-2011, 04:32 PM -
javax.mail.SendFailedException: Invalid Addresses;
By Anju Jose in forum Advanced JavaReplies: 2Last Post: 03-08-2009, 12:29 AM -
A Webservice Platform for Transport Optimization
By dnaevolutions in forum Java SoftwareReplies: 0Last Post: 01-18-2009, 06:15 PM -
Javax.mail.MethodNotSupported Exception in java mail api
By namarc in forum Advanced JavaReplies: 2Last Post: 05-05-2008, 06:01 AM -
I can't import javax.mail
By katie in forum New To JavaReplies: 2Last Post: 08-04-2007, 05:05 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks