From: Roland Häder Date: Fri, 7 Jul 2017 23:53:37 +0000 (+0200) Subject: updated INSTALL.txt with new JNDI name for mail session + added maybe missing JMS... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f122e1a7c5e1e89a56c944bbc3d2216466d1647f;p=addressbook.git updated INSTALL.txt with new JNDI name for mail session + added maybe missing JMS queue Signed-off-by: Roland Häder --- diff --git a/INSTALL.txt b/INSTALL.txt index 8b27992..b61bdc1 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -42,7 +42,7 @@ Resource type: javax.jms.Queue 7) Setup Java Mail session: -JNDI name: jmail/addressbook +JNDI name: addressbook/smtpSession Mail host: Default user: Default sender address: noreply@your-domain.example @@ -52,3 +52,9 @@ Optional, but more secure/sometimes required advanced properties: mail.smtp.password : mail.smtp.port : mail.smtp.auth : true + +8) Setup JMS message queue + +JNDI name: jms/addressbook-user-activity-log +Physical destination name: addressbookUserActivityLog +Resource type: javax.jms.Queue