Red Hat APPLICATION SERVER - JONAS Tutorial page 22

Jonas
Hide thumbs Also See for APPLICATION SERVER - JONAS:
Table of Contents

Advertisement

18
#
Ex: MailSession1,MailMimePartDS1 (while the properties file names
#
are MailSession1.properties and MailMimePartDS1.properties)
jonas.service.mail.factories
#
###################### JOnAS JTM Transaction service configuration
#
#
Set the name of the implementation class of the jtm service
jonas.service.jtm.class
org.objectweb.jonas.jtm.TransactionServiceImpl
#
Set the Transaction Manager launching mode.
#
If set to 'true', TM is remote: TM must be already launched in
#
another JVM.
#
If set to 'false', TM is local: TM is going to run in the same
#
JVM as the jonas Server.
jonas.service.jtm.remote false
#
Set the default transaction timeout, in seconds.
jonas.service.jtm.timeout 60
#
###################### JOnAS SECURITY service configuration
#
#
Set the name of the implementation class of the security service
jonas.service.security.class
org.objectweb.jonas.security.JonasSecurityServiceImpl
# Realm to use for the security on EJB for java client.
# This is not used in the case of a client running in
# a web container.
# Choose one of the realms defined in the jonas-realm.xml file
jonas.service.security.ejbrealm memrlm_1
#
###################### JOnAS JMS service configuration
#
#
Set the name of the implementation class of the jms service
jonas.service.jms.class
#
Indicates the Jms service must be started with this class
#
for administering the mom
jonas.service.jms.mom
#
Set the Jms Server launching mode
#
If set to 'true'
#
Application Server
#
If set to 'false' Jms Server launches in a separate JVM
jonas.service.jms.collocated
#
Set to the url connexion when the Jms server is not collocated
#jonas.service.jms.url
#
Set the list of administered objects topics to be created
#
at Application Server launching time
jonas.service.jms.topics
#
Set the list of administered objecst queuess to be created
#
at Application Server launching time
jonas.service.jms.queues
org.objectweb.jonas.jms.JmsServiceImpl
org.objectweb.jonas_jms.JmsAdminForJoram
it launches in the same JVM as
true
joram://localhost:16010
sampleTopic
sampleQueue
Chapter 4. Getting Started With JOnAS

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the APPLICATION SERVER - JONAS and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Application server

Table of Contents