From BusinessEvents(BE), how to disable the BusinessWorks(BW) processes when BW is running as embedded inside a BE container.
book
Article ID: KB0089607
calendar_today
Updated On:
Products
Versions
TIBCO BusinessEvents Enterprise Edition
-
Not Applicable
-
Description
Resolution: Description: ============ From BusinessEvents(BE), how to disable the BusinessWorks(BW) processes when BW is running as embedded inside a BE container.
Environment: ==========
TIBCO BusinessEvents 3.0.1
Resolution: =========
1). Use the following property to avoid all BW processes to be started:
Enableonstartup.<process>.process=false
2). For web service processes make sure to mention the following property:
EnableOnStartup.<WebService>.serviceagent=false
For example, if you have Web Service "Service_HTTP" configured as a service and you want to disable this service when the BE Engine starts up, then the following property can be added in Engine tra file:
EnableOnStartup.Service_HTTP.serviceagent=false
3). Also, to initialize only a particular start-up process, the following property can be added in the BE Engine tra file:
EnableOnStartup.<Process_Name>=true
Issue/Introduction
From BusinessEvents(BE), how to disable the BusinessWorks(BW) processes when BW is running as embedded inside a BE container.