]> git.mxchange.org Git - addressbook.git/commitdiff
updated INSTALL.txt with new JNDI name for mail session + added maybe missing JMS...
authorRoland Häder <roland@mxchange.org>
Fri, 7 Jul 2017 23:53:37 +0000 (01:53 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 7 Jul 2017 23:59:17 +0000 (01:59 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
INSTALL.txt

index 8b279923d0f44663e48fe1c278ed456ebf83fa03..b61bdc1d707d2308b47ec566951db3949ab2d24f 100644 (file)
@@ -42,7 +42,7 @@ Resource type: javax.jms.Queue
 
 7) Setup Java Mail session:
 
-JNDI name: jmail/addressbook
+JNDI name: addressbook/smtpSession
 Mail host: <your-smtp-host>
 Default user: <your-smtp-login-name>
 Default sender address: noreply@your-domain.example
@@ -52,3 +52,9 @@ Optional, but more secure/sometimes required advanced properties:
 mail.smtp.password : <email password>
 mail.smtp.port : <email 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