Kbase P29016: Which section of the ubroker.properties file looked at first
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/2/2003 |
|
Status: Unverified
GOAL:
Which section of the ubroker.properties file looked at first when starting the NameServer and the broker?
GOAL:
What sections of ubroker.properties file is set first when starting the NameServer and the brokers?
FIX:
Considering the default ubroker.properties, it has parent and the child sections for each of the different objects, such as Adapter, NameServer, broker, and messengers. For all of those objects the parent section is [UBroker] section. For each of the objects, there are separate parent and child section as well such as [NameServer] is parent to [NameServer.NS1] section. Similarly, [UBroker.WS} is a parent to [UBroker.WS.wsbroker1] section. The similar pattern can be found for all other objects defined in the ubroker.properties file.
The an object is started, it looks at the child to parent section; therefore, the parent section can be over written by the properties in the child section. This way when multiple child objects like NameServer or brokers are used, the properties from the parent section can be copied and paste to the child section to change the property values.