Configure IBM® Transformation Extender for IBM Integration Bus to use
the IBM Transformation Extender Resource Registry by setting
the resource configuration (.mrc) file on the IBM Integration Bus execution
groups.
Update the default settings of
the execution groups to use the Resource Registry. All command
properties that are listed in the following steps are case-sensitive.
The sample commands are shown for the Windows operating system.
To set the resource configuration file on execution groups:
- Verify that the broker is running.
- Open a Command Console that has the IBM Integration Bus environment
configured for your current installation. Select , where n.n represents
the product version number.
- To find out where the current execution group's resource
configuration file is located, use the IBM Integration Bus mqsireportproperties command:
C:\Program Files\IBM\MQSI\n.n>
mqsireportproperties brokername
-e executiongroup
-o ComIbmWTXManager
-n resourceConfigFile
An example of what your default setting
might be:
C:\Program Files\IBM\MQSI\6.1>
mqsireportproperties WBRK61_DEFAULT_BROKER
-e default
-o ComIbmWTXManager
-n resourceConfigFile
The
Command
Console returns the following response:
resource.mrc
BIP8071I: Successful command completion.
- To set the location of the resource configuration file
for an execution group, use the IBM Integration Bus mqsichangeproperties command:
C:\Program Files\IBM\MQSI\n.n>
mqsichangeproperties brokername
-e executiongroup
-o ComIbmWTXManager
-n resourceConfigFile
-v locaton_of_your_resource_registry_configuration_file
An
example of what your default setting might be:
C:\Program Files\IBM\MQSI\6.1>
mqsichangeproperties WBRK61_DEFAULT_BROKER
-e default
-o ComIbmWTXManager
-n resourceConfigFile
-v C:\myfile.mrc
The
Command
Console returns the following response:
C:\myfile.mrc
BIP8071I: Successful command completion.
- To have the changes take effect, stop and restart the execution
group.
For information about these commands, see the specific IBM Integration Bus product documentation.