The SPM Agent for ActiveMatrix BusinessWorks 6.x Configuration Properties
The SPM agent related properties can be configured in the config.ini configuration file of AppSpace or AppNode of ActiveMatrix BusinessWorks 6.x.
Properties | Description |
---|---|
bw.governance.jms.server.url | ActiveMatrix BusinessWorks Governance Agent JMS URL. This property is optional and it is used to specify the JMS server URL used to communicate with the TIBCO ActiveMatrix® Policy Director Administrator. If this property is not set, then the ActiveMatrix BusinessWorks Governance agent does not attempt to connect to the JMS server. The URL is expected to start with 'tcp://' or 'ssl://' and the failover URLs can be specified as a ',' or '+' separated list. |
bw.governance.jms.server.username | TIBCO ActiveMatrix BusinessWorks Governance Agent JMS User Name. This property is required if the Governance Agent JMS URL is specified. |
bw.governance.jms.server.password | TIBCO ActiveMatrix BusinessWorks Governance Agent JMS User Password. This property is required if the Governance Agent JMS URL is specified. |
bw.governance.spm.enabled | Enable or disable the SPM agent. This property is optional and it specifies whether the SPM agent should be enabled or disabled in the AppNode. The supported values are: true or false. The default value is “false”. |
bw.governance.spm.fact.batch.size | The SPM agent batch count. This property is optional and it specifies the number of facts to batch before publishing to the SPM server. The default value is "1" and the supported value for this property is an integer, which must be greater than zero. |
bw.governance.spm.jms.jndi.contextfactory | TIBCO ActiveMatrix BusinessWorks SPM Event Subscriber JMS JNDI Initial Context Factory. This property is optional and it provides the ability to specify the JMS Transport JNDI context factory. The default value is "com.tibco.tibjms.naming.TibjmsInitialContextFactory". |
bw.governance.spm.jms.queueconnectionfactory | TIBCO ActiveMatrix BusinessWorks SPM Event Subscriber JMS Queue Connection Factory. This property is optional and it provides the ability to specify the JMS queue connection factory. The default value is "SPMQueueConnectionFactory". |
bw.governance.spm.jms.inbound.queue | TIBCO ActiveMatrix BusinessWorks SPM Event Subscriber JMS QName for sync/async operations. This property is optional and it provides the ability to specify the Queue name on JMS to perform sync/async operations. The default value is "spm.inbound.queue". |
bw.governance.spm.jms.outbound.queue | TIBCO ActiveMatrix BusinessWorks SPM Event Subscriber JMS QName for Outbound Client. This property is optional and it provides the ability to specify the JMS outbound queue name for the client to receive notifications from SPM server. The default value is "spm.outbound.queue". |
bw.governance.spm.taskmgr.threadpool.size | TIBCO ActiveMatrix BusinessWorks SPM Event Subscriber Threads for Fact Publishing. This property is optional and it provides the ability to specify the number of threads to be used for fact publishing per session. The default value is "5". |
bw.governance.spm.taskmgr.threadpool.keepalive.time | TIBCO ActiveMatrix BusinessWorks SPM Event Subscriber Timeout for Task Manager Threads. This property is optional and it provides the ability to specify the time(in seconds) to keep alive the task manager threads. When this time elapses, idle threads will be timed out. The default value is "60" seconds. |
bw.governance.spm.fact.queue.depth | TIBCO ActiveMatrix BusinessWorks SPM Event Subscriber Queue Depth for Internal Queue. This property is optional and it provides the ability to specify the queue depth for the internal queue for batching facts. The default value is "100". |
bw.governance.spm.fact.eviction.enabled | TIBCO ActiveMatrix BusinessWorks SPM Event Subscriber Enable or disable Async Eviction Facts. This property is optional and it provides the ability to enable or disable async eviction of facts once depth is full. Disabling it may result in more facts being lost if fact batch size is on the higher side and put rate is much more than the consumption rate. The default value is "true". |
bw.governance.spm.fact.eviction.frequency | TIBCO ActiveMatrix BusinessWorks SPM Event Subscriber Enable or disable Async Eviction Frequency. This property is optional and only applicable if the property "bw.governance.spm.fact.eviction.enabled" value is "true". The default value is "100". |
bw.governance.spm.fact.batch.expiry | TIBCO ActiveMatrix BusinessWorks SPM Event Subscriber Time to Flush Residual Facts. This property is optional and it provides the ability to specify the amount of time in seconds to wait to flush residual facts if batch size condition is not met. The default value is "5". |
bw.governance.spm.ping.interval | TIBCO ActiveMatrix BusinessWorks SPM Event Subscriber Time Interval for Server Ping. This property is optional and it provides the ability to specify time interval in milliseconds used for ping with the server. The default value is "1000". |
bw.governance.spm.retry.count | TIBCO ActiveMatrix BusinessWorks SPM Event Subscriber Maximum Retries for an operation. This property is optional and it provides the ability to specify maximum retries for an operation in case it fails. The default value is "3". |
bw.governance.spm.retry.wait | TIBCO ActiveMatrix BusinessWorks SPM Event Subscriber Time to Wait Before Retry. This property is optional and it provides the ability to specify time in milliseconds to wait before retrying operation. The default value is "10000" milliseconds. |
bw.governance.spm.sync.response.timeout | TIBCO ActiveMatrix BusinessWorks SPM Event Subscriber Client Wait Time for Server. This property is optional and it provides the ability to specify time in milliseconds by client to wait for server to send response for a sync operation like query registration. The default value is "10000" milliseconds. |
bw.governance.spm.sync.jms.msg.expiry | TIBCO ActiveMatrix BusinessWorks SPM Event Subscriber JMS Provider Message Keep Time. This property is optional and it provides the ability to specify time in milliseconds for JMS provider to keep message before it expires. The default value is "300000" milliseconds. |
Copyright © Cloud Software Group, Inc. All Rights Reserved.