Connecting modules

The Databridge properties file defines the modules to connect to the Databridge.

About this task

Each Module n SharedLib and Module n PropFile property pair defines the connection for one module. Modules are loaded in order of definition, starting from Module0.

Procedure

  1. To connect individual modules to the Databridge:
    1. In the Databridge properties file, identify the next available Module n SharedLib and Module n PropFile property pair.
    2. Set Module n SharedLib to the name of the module’s shared library (its binary implementation).
    3. Set Module n PropFile to the full path of the module’s properties file.

    In this example, lines 1 and 2 connect the ObjectServer module, lines 3 and 4 connect the Datalog module, lines 5 and 6 connect the IBM® Application Performance Management (pipe) module. The Datalog module doesn’t have a properties file, so the entry for the properties file has the value "".

  2. To disable a module:
    1. Set the corresponding Module n SharedLib property to "NONE" and the Module n PropFile property to "". All other modules that have a value higher than n are also ignored.