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=f126610e5b5f0a98355d4386e405fb9f27f6295f;p=jfinancials.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 88347c3..aaf267b 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -42,7 +42,7 @@ Resource type: javax.jms.Queue 7) Setup Java Mail session: -JNDI name: jmail/jfinancials +JNDI name: jfinancials/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