From 7ea037d8b899ec4704c82a1406b6cdd7b30feb2d Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sun, 13 Mar 2016 18:32:52 +0100 Subject: [PATCH] updated installation documentation --- INSTALL.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/INSTALL.txt b/INSTALL.txt index adfd417..ca66b13 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/jjobs-queue-factory +Resource type: javax.jms.QueueConnectionFactory + +6) Setup JMS message queue: + +JNDI name: jms/jjobs-email-queue +Physical destination name: send-email +Resource type: javax.jms.Queue + +7) Setup Java Mail session: + +JNDI name: jmail/jjobs +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