| Author |
why we have to use weblogic server to read mails instead of using java mail API
|
srikanth savannagari
Greenhorn
Joined: Mar 22, 2011
Posts: 15
|
|
Hi all,
I am able to send and read the emails using java mail API, but my
business owner wants to implement those things using Weblogic Server's JMS bridges concept IEMailPoller Interface then
my doubt is how i can make interact this EmailPoller with jms bridges
Regards
Srikant
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8265
|
|
I don't know anything about your business owner's requirement, but we use JMS queues as a step when sending emails because the queue guarantees delivery and the message is not deleted from the queue until the consumer acknowledges that the email was sent successfully. Messages can be "sent" (queued) even if the email send process is offline.
If you have an email failure, like if the network is unavailable or the email gateway goes down, how do you propose to handle it?
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
 |
|
|
subject: why we have to use weblogic server to read mails instead of using java mail API
|
|
|