Before starting your RTDS installation for Adaptive Server Enterprise version 12.5.4 ESD #3, use one of these methods to create a file called rtms.properties to store your RTDS configuration information:
Use the sp_msgadmin 'config', 'jvmpropertyfile', 'new location of rtms.properties' stored procedure. See the reference pages for sp_msgadmin in the Messaging Services User’s Guide for Adaptive Server Enterprise for details.
Create a file with the following information, and save it as rtms.properties in your shared library directory ($SYBASE/$SYBASE_ASE/lib in UNIX or %SYBASE%\%SYBASE_ASE%\lib in Windows):
sample property file =============== TIBCOQUEUEMETHOD = createQueueConnection(java.lang.String,java.lang.String) TIBCOTOPICMETHOD = createTopicConnection(java.lang.String,java.lang.String) TIBCOTFACTORY = com.tibco.tibjms.TibjmsTopicConnectionFactory TIBCOQFACTORY = com.tibco.tibjms.TibjmsQueueConnectionFactory TIBCOJAR = $SYBASE/$SYBASE_ASE/lib/tibjms.jar EASQUEUEMETHOD = com.sybase.jms.InitialContextFactory EASTOPICMETHOD = com.sybase.jms.InitialContextFactory EASTFACTORY = javax.jms.TopicConnectionFactory EASQFACTORY = javax.jms.QueueConnectionFactory EASJAR = $SYBASE/$SYBASE_ASE/lib/easclient.jar
Specify the shared library directory as follows:
For TIBCO – change $SYBASE/$SYBASE_ASE/lib/tibjms.jar to the location where you installed tibjms.jar file (%SYBASE%\%SYBASE_ASE%\lib\tibjms.jar on Windows)
For EAServer – change $SYBASE/$SYBASE_ASE/lib/easclient.jar to the location where you installed easclient.jar file (%SYBASE%\%SYBASE_ASE%\lib\easclient.jar on Windows)
If you are using Adaptive Server Enterprise version
15.0.1, the rtms.properties file is automatically
added during the RTDS installation process. See “Configuring RTDS for Adaptive Server”, for information on
how to configure the file.