- dbstore_classpath: pointing to the hibernate and DB driver jar files.
- dbstore_driver_name: specifies the jdbc driver.
- dbstore_driver_dialect: specifies the hibernate driver dialect.
- jre_library: associated JVM libraries.
[TSLstore] dbstore_driver_url=jdbc:mysql:thin:localhost:3306:TSLDB dbstore_driver_username=anonymous dbstore_driver_password=anonymous
Third, link the destinations with the appropriate store, either in the topics.confand queues.conf files or using the command line administration tool with thesetprop command, e.g.
setprop topic my.topic store=dbstore
Finally, we will need to export the EMS database tables using the EMS Schema export tool provided with EMS:
java -jar <EMS_home>/bin/tibemsd_util.jar -tibemsdconf <route_to_tibemds.conf>/tibemsd.conf -createall -export
For training on TIBCO EMS mail us at [email protected]