How to propagate global variables into the properties file to run and use them as a Windows 2000 service.
book
Article ID: KB0085389
calendar_today
Updated On:
TIBCO MessageBroker
|
-
|
Not Applicable
|
-
|
Description
Resolution:
Add the following line in mbntservice.prop file:
java.property.tibco.mb.globalvariables=<globalname>=<value><globalname>=<value>
for eg.
java.property.tibco.globalvariables=mysubject=test.gvar;myservice=7500
It should work then.
Issue/Introduction
How to propagate global variables into the properties file to run and use them as a Windows 2000 service.
Feedback
thumb_up
Yes
thumb_down
No