How to propagate global variables into the properties file to run and use them as a Windows 2000 service.

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:

Products Versions
TIBCO MessageBroker -
Not Applicable -

Description

Resolution:
Add the following line in mbntservice.prop file:
java.property.tibco.mb.globalvariables=&ltglobalname>=&ltvalue>&ltglobalname>=&ltvalue>

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.