Data Service Configuration

This table shows the data service configuration variables and their configuration properties.

DataService Engine Configuration Properties
Property Name Default Property Value
redisHost localhost
redisPort 6379
spring.jackson.default-property-inclusion NON_EMPTY
enableUniqueUDFNames false
logging.config config/logback_dataservice.xml
Application Security Configurations Properties
Property Name Default Property Value
operation.roles.submitPlanUDFChange ROLE_ADMIN
operation.roles.submitPlanItemUDFChange ROLE_ADMIN
operation.roles.getPlanItemsDetail ROLE_ADMIN, ROLE_USER
operation.roles.getPlanDetail ROLE_ADMIN, ROLE_USER
Messaging Configuration Properties
Property Name Default Property Value
ems.server.url tcp://localhost:7222
ems.server.username admin
ems.server.password ENC(T9aNk07NMsU=)
jndi.connectionFactory GenericConnectionFactory
com.tibco.tibjms.naming.security_protocol
com.tibco.tibjms.naming.ssl_enable_verify_host
initial.context.factory com.tibco.tibjms.naming.TibjmsInitialContextFactory
jms.session.transacted true
jms.set.timeout.receive.calls 10000
concurrent.ems.consumers 5
plan.request.loading.queue tibco.aff.tds.plan.request
com.tibco.fom.oms.tds.setplanresponse.sender.queue tibco.aff.tds.plan.reply
com.tibco.fom.oms.tds.setplanrequest.receiver.deadqueue tibco.aff.oms.tds.plan.request.dead
com.tibco.fom.oms.tds.setplanrequest.receiver.count 3
com.tibco.fom.oms.tds.set.jms.deliveryPersistent true
com.tibco.fom.oms.tds.get.jms.deliveryPersistent true
com.tibco.fom.oms.tds.getplanrequest.receiver.queue tibco.aff.tds.plan.read.request
com.tibco.fom.oms.tds.getplanrequest.receiver.count 3
com.tibco.fom.oms.tds.getplanrequest.receiver.deadqueue tibco.aff.oms.tds.plan.read.request.dead
com.tibco.fom.oms.tds.getplanresponse.sender.queue tibco.aff.tds.plan.reply
Status Messages Redelivery Policy Configuration Properties
Property Name Default Property Value
com.tibco.af.oms.statusmessage.max.redeliveries 3
com.tibco.af.oms.statusmessage.redelivery.delay 3000
com.tibco.af.oms.statusmessage.max.redelivery.delay 30000
com.tibco.af.oms.statusmessage.useExponentialBackOff false
com.tibco.af.oms.statusmessage.exponentialBackOffMultiplier 2
com.tibco.af.oms.statusmessage.logRetryAttempted false
com.tibco.af.oms.statusmessage.logStackTrace false
Order Data Source Configuration Properties
Property Name Default Property Value
order.datasource.driverClassName org.postgresql.Driver
order.datasource.username aff_oms
order.datasource.password aff_oms
order.datasource.url jdbc:postgresql://localhost:5432/catalogdsdbll?currentSchema=catalogdsschemall
order.datasource.initializeSize 2
order.datasource.maxIdle 11
order.datasource.maxActive 12
order.datasource.maxWait 10000
order.datasource.validationQuery SELECT 1
order.datasource.testOnBorrow false
order.datasource.validationInterval 5000
order.datasource.testWhileIdle true
order.datasource.timeBetweenEvictionRunsMillis 5000
order.datasource.minEvictableIdleTimeMillis 5000
order.datasource.numTestsPerEvictionRun 5
order.datasource.defaultAutoCommit false
order.datasource.rollbackOnReturn false
order.datasource.commitOnReturn false
order.datasource.customProperty
Redis Data Source Configuration Properties
Property Name Default Property Value
redis.orderDataHost localhost
redis.orderDataPort 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 6000
redis.timeBetweenEvictionRunsMillis 3000
Persistence Configuration Properties
Property Name Default Property Value
com.tibco.af.oms.databaseType postgres
hibernate-config.dialect org.hibernate.dialect.PostgreSQLDialect
hibernate-config.show_sql false