From b6d93030d8db95d4dee7e6664aa841f5e5e45c4b Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sun, 13 Mar 2016 18:32:48 +0100 Subject: [PATCH] updated installation documentation --- INSTALL.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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 -- 2.39.5