Configuring the Jeopardy Service Properties
Go to $OM_HOME/roles/jeopardy/standalone/config location and update the application.properties file with the following details.
Jeopardy Configuration Properties
Property Name | Default Property Value |
---|---|
server.port | 9102 |
logging.config | config/logback.xml |
jeoms_config_home | /home/fosuser/om510/tibco/om/5.1/roles/jeopardy/standalone/config |
com.tibco.af.oms.databaseType | postgres |
cmPluggableCache | Redis |
riskThreshold | 25 |
outOfScopeThreshold | 25 |
planProcessStartDate | 01/18/2012 |
timeWindow | 10 |
timeWindowUnit | MINUTE |
planItemHazardZone | 10099 |
odstoreType | cache |
jdcycle | 0 0/1 * * * ? |
threadPoolSize | 10 |
taskSizePerThread | 100 |
listenerConcurrentCounsumerCount | 100 |
maxJeopardyCycleCount | 1 |
planLevelThresholdDuration | 0 |
SectionLevelThresholdDuration | 0 |
ordersPerCycle | 0 |
defaultTenant | TIBCO |
jeopardyDetectorStartDelay | 10000 |
Property Name | Default Property Value |
---|---|
rebuildPath | onJeopardyDetectionCycle |
Property Name | Default Property Value |
---|---|
com.tibco.af.oms.jeoms.update.rule | tibco.aff.oms.jeoms.update.rule |
com.tibco.af.oms.plan.migrated.request | tibco.aff.oms.plan.migrated.request |
Property Name | Default Property Value |
---|---|
jeopardyDSDriverClassName | org.postgresql.Driver |
jeopardyDataSourceURL | jdbc:postgresql://localhost:5432/jeopardydbll?currentSchema=jeopardyschemall |
jeopardyDSUsername | jeopardyuserll |
jeopardyDSPassword | jeopardyuserll |
jeopardyDSInitialSize | 10 |
jeopardyDSMaxWait | 30000 |
jeopardyDSMaxActive | 100 |
jeopardyDSMaxIdle | 100 |
jeopardyDSMinIdle | 10 |
jeopardyDSValidationQuery | SELECT 1 |
jeopardyDSTestOnBorrow | true |
jeopardyDSValidationInterval | 5000 |
jeopardyDSHibernateDialect | org.hibernate.dialect.PostgreSQLDialect |
jeopardyDSHibernateDefaults | false |
jeopardyDSShowHibernateSQL | false |
Property Name | Default Property Value |
---|---|
emsServerURL | tcp://localhost:7222 |
emsServerUsername | admin |
emsServerPassword | admin |
jndiConnectionFactory | GenericConnectionFactory |
initialContextFactory | com.tibco.tibjms.naming.TibjmsInitialContextFactory |
planDevelopmentNotificationQueue | jeopardy.plan.create |
planDevelopmentNotificationDeadQueue | jeopardy.plan.create.dead |
orderNotificationQueue | jeopardy.order |
orderNotificationDeadQueue | jeopardy.order.dead |
planNotificationQueue | jeopardy.plan |
planNotificationDeadQueue | jeopardy.plan.dead |
planItemExecuteRequestNotificationQueue | jeopardy.planitem.execute.request |
planItemExecuteRequestNotificationDeadQueue | jeopardy.planitem.execute.request.dead |
planItemExecuteResponseNotificationQueue | jeopardy.planitem.execute.response |
planItemExecuteResponseNotificationDeadQueue | jeopardy.planitem.execute.response.dead |
milestoneNotifyRequestNotificationQueue | jeopardy.milestone.notify.request |
milestoneNotifyRequestNotificationDeadQueue | jeopardy.milestone.notify.request.dead |
milestoneReleaseRequestNotificationQueue | jeopardy.milestone.release.request |
milestoneReleaseRequestNotificationDeadQueue | jeopardy.milestone.release.request.dead |
processComponentModelPublishQueue | jeopardy.processcomponent.publish.queue |
processComponentModelPublishDeadQueue | jeopardy.processcomponent.publish.dead.queue |
notificationRedeliveryCount | 1 |
notificationReceiverCount | 1 |
jmsSessionTransacted | true |
timeoutMillis | 10000 |
security_protocol | |
ssl_enable_verify_host |
Property Name | Default Property Value |
---|---|
catalog.datasource.driverClassName | org.postgresql.Driver |
catalog.datasource.username | catalogdsuserll |
catalog.datasource.password | catalogdsuserll |
catalog.datasource.url | jdbc:postgresql://localhost:5432/catalogdsdbll?currentSchema=catalogdsschemall |
catalog.datasource.initializeSize | 2 |
catalog.datasource.maxIdle | 11 |
catalog.datasource.maxActive | 12 |
catalog.datasource.maxWait | 10000 |
catalog.datasource.validationQuery | SELECT 1 |
catalog.datasource.validationInterval | 5000 |
catalog.datasource.testOnBorrow | false |
catalog.datasource.testWhileIdle | true |
catalog.datasource.timeBetweenEvictionRunsMillis | 5000 |
catalog.datasource.minEvictableIdleTimeMillis | 5000 |
catalog.datasource.numTestsPerEvictionRun | 5 |
catalog.datasource.defaultAutoCommit | false |
catalog.datasource.rollbackOnReturn | false |
catalog.datasource.commitOnReturn | false |
catalog.datasource.customProperty | |
catalog.datasource.hibernateDialect | org.hibernate.dialect.PostgreSQLDialect |
catalog.datasource.showHibernateSql | false |
catalog.datasource.useJdbcMetadataDefaults | false |
Property Name | Default Property Value |
---|---|
redis.clusterEnabled | true |
redis.catalogHost | localhost |
redis.catalogPort | 6379 |
redis.testOnBorrow | true |
redis.testOnReturn | true |
redis.testWhileIdle | true |
redis.blockedWhenExhausted | true |
redis.jmxEnabled | true |
redis.lifo | true |
redis.maxIdle | 64 |
redis.minIdle | 16 |
redis.maxTotal | 64 |
redis.numTestsPerEvictionRun | 5 |
redis.softMinEvictableIdleTimeMillis | 3000 |
redis.minEvictableIdleTimeMillis | 5000 |
redis.timeBetweenEvictionRunsMillis | 3000 |
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.