Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I configure the JMS Service to use the JDBC adapter with remote Data Store?

0
Posted

How do I configure the JMS Service to use the JDBC adapter with remote Data Store?

0

In order to use remote JDataStore, you need a few jar files in the CLASSPATH. They are: dsserver3.1.jar, dsremote3.1.jar. To access a remote JDataStore database, you need to specify the following parameters in the property file: visimessage.backingStoreType=JDBC visimessage.jdbcDriver=com.borland.datastore.jdbc.DataStoreDriver visimessage.url=jdbc:borland:dsremote://hostname/ visimessage.loginName= visimessage.loginPwd= visimessage.jdsSvrPort= The hostname is where the JDataStore JDBC server is running and the port is the one on which JDataStore JDBC server listens. The default value for this is 2508. Before starting VisiMessage Server, start the JDataStore Server: java com.borland.dbtools.dsserver.Server Note that if you want more than one VisiMessage Server to access the same JDataStore backing store via the JDBC Adapter, then this is the way to do it. Using the JDataStore Server allow

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123