]> git.mxchange.org Git - addressbook.git/commitdiff
updated installation documentation
authorRoland Haeder <roland@mxchange.org>
Sun, 13 Mar 2016 17:32:48 +0000 (18:32 +0100)
committerRoland Haeder <roland@mxchange.org>
Sun, 13 Mar 2016 17:32:48 +0000 (18:32 +0100)
INSTALL.txt

index adfd417191bb5655ccf2a707580247757c4fc09f..bb396fee1bea6cf0f2547a2f296e44a241e1fb1d 100644 (file)
@@ -28,3 +28,27 @@ Pool name: AddressbookPool
 
    If you forgot this file to copy and you have copied it now, please restart
    the Glassfish server so the JAR can be found and loaded.
+
+5) Setup a JMS connection factory:
+
+JNDI name: jms/addressbook-queue-factory
+Resource type: javax.jms.QueueConnectionFactory
+
+6) Setup JMS message queue:
+
+JNDI name: jms/addressbook-email-queue
+Physical destination name: send-email
+Resource type: javax.jms.Queue
+
+7) Setup Java Mail session:
+
+JNDI name: jmail/addressbook
+Mail host: <your-smtp-host>
+Default user: <your-smtp-login-name>
+Default sender address: noreply@your-domain.example
+
+Optional, but more secure/sometimes required advanced properties:
+
+mail.smtp.password : <email password>
+mail.smtp.port : <email port>
+mail.smtp.auth : true