What does the configuration file look like?
The contents of a sample configuration (property file) is shown below: # Naming vbroker.naming.backingStoreType=InMemory vbroker.naming.poolSize=5 vbroker.naming.jdbcDriver=com.borland.datastore.jdbc.DataStoreDriver vbroker.naming.url=jdbc:borland:dslocal:rootDB.jds vbroker.naming.loginName=VisiNaming vbroker.naming.loginPwd=VisiNaming vbroker.naming.traceOn=0 ;
The contents of a sample configuration (property file) is shown below: #General VisiMessage Settings visimessage.FactoryName=MQueueFactory visimessage.MQueuesContext=MQueues visimessage.ClientsContext=Clients visimessage.timeout=1800 visimessage.Topics=defTopic1,defTopic2 visimessage.Queues=defQueue1,defQueue2 visimessage.traceOn=0 #ThreadPool Settings visimessage.ThreadPool.Size=5 #Cache Settings visimessage.queueCacheSize=200 visimessage.noOfTopicBlocks=10 visimessage.topicBlockSize=20 #Scheduled Tasks Settings visimessage.Cleanup.Interval=1800 visimessage.Dispatch.Interval=0 #Backing Store Settings visimessage.backingStoreType=JDBC visimessage.poolSize=5 visimessage.jdbcDriver=com.borland.datastore.jdbc.DataStoreDriver visimessage.url=jdbc:borland:dslocal:H:/jms_new/DB/rootDB.jds visimessage.loginName=VisiMessage visimessage.loginPwd=VisiMessage visimessage.adminPwd=VisiMessage visimessage.jdsSvrPort=2508
The contents of a sample configuration (property file) is shown below: # Naming vbroker.naming.backingStoreType=InMemory vbroker.naming.poolSize=5 vbroker.naming.jdbcDriver=com.borland.datastore.jdbc.DataStoreDriver vbroker.naming.url=jdbc:borland:dslocal:rootDB.jds vbroker.naming.loginName=VisiNaming vbroker.naming.loginPwd=VisiNaming vbroker.naming.traceOn=0