| Author |
JMS Real world scenario
|
Arjun Reddy
Ranch Hand
Joined: Nov 10, 2007
Posts: 622
|
|
Hi All,
Can we use JMS to actually send an email confirmation back to the user asynchronously? Say for example, when using a credit card application, can the credit approve, reject decisions be sent using JMS? Please correct me if I am wrong.
Thanks.
|
Be Humble... Be Nice.
|
 |
Adrien Ruffie
Ranch Hand
Joined: Jan 14, 2009
Posts: 71
|
|
Hello Arjun,
several questions come to mind, when you say to use JMS for sent a reject decisions you think to use one queue/topic for all the rejected decisions ?
why do you not use JavaMail replyTo ? or you think to use JMS in case -> when a reject decision occured this send a JMS event, and when JMS
listener will receive the event it directly send a email linked to the reject decision ?
|
SCJP 5, SCDJWS 5
http://adrien-ruffie.blogspot.com
|
 |
 |
|
|
subject: JMS Real world scenario
|
|
|