From: Roland Haeder Date: Sun, 13 Mar 2016 17:32:48 +0000 (+0100) Subject: updated installation documentation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b6d93030d8db95d4dee7e6664aa841f5e5e45c4b;p=jfinancials.git updated installation documentation --- diff --git a/INSTALL.txt b/INSTALL.txt index adfd417..bb396fe 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -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: +Default user: +Default sender address: noreply@your-domain.example + +Optional, but more secure/sometimes required advanced properties: + +mail.smtp.password : +mail.smtp.port : +mail.smtp.auth : true