What do the settings in the configuration file for the Naming Service mean exactly and what are the defaults?
The settings and their values are described below: – vbroker.naming.backingStoreType This property defines the type of backing store we wish to have for the Naming Service. At this time, it can be set to either JDBC or InMemory. We also expect to have JNDI as an option. If it is set as InMemory, then the poolSize, jdbcDriver, url, loginName and loginPwd properties are all ignored. But if it is set as JDBC, then these 5 properties are needed. The default is InMemory. – vbroker.naming.poolSize This defines the number of database connections in our connection pool when using the JDBCAdaptor as our backing store. The default value is 5, but it can be increased to whatever value the database can handle. If we expect that a lot of requests will be made to the Naming Service,this value should be increased. – vbroker.naming.jdbcDriver This is the JDBC driver that is needed to access the database used as your backing store. The naming service will load the appropriate JDBC driver according to t
The settings and their values are described below: – vbroker.naming.backingStoreType This property defines the type of backing store we wish to have for the Naming Service. At this time, it can be set to either JDBC or InMemory. We also expect to have JNDI as an option. If it is set as InMemory, then the poolSize, jdbcDriver, url, loginName and loginPwd properties are all ignored. But if it is set as JDBC, then these 5 properties are needed. The default is InMemory. – vbroker.naming.poolSize This defines the number of database connections in our connection pool when using the JDBCAdaptor as our backing store. The default value is 5, but it can be increased to whatever value the database can handle. If; we expect that a lot of requests will be made to the Naming Service,this value should be increased. – vbroker.naming.jdbcDriver This is the JDBC driver that is needed to access the database used as your backing store. The naming service will load the appropriate JDBC driver according to