]> git.mxchange.org Git - addressbook.git/blobdiff - INSTALL.txt
updated INSTALL.txt with new JNDI name for mail session + added maybe missing JMS...
[addressbook.git] / 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