Before you begin
Ensure that
you have completed all the steps in Recording data.
About this task
You can view recorded
data from the web user interface or programmatically. Integration administrators
can customize the way in which the data in each data capture store
is displayed to web users. For information about how to customize
the appearance of the data, see Customizing the data viewer.
Procedure
To configure IBM® Integration Bus to
view recorded data, complete the following steps.
- Specify the integration server that is to be used for processing
data for viewing, by setting a value for the egForView property
of your DataCaptureStore configurable service.
If you are using the configurable services that you used for recording data, use the
mqsichangeproperties command to modify the
egForView property, as shown in the following example:
mqsichangeproperties integrationNodeName -c DataCaptureStore -o dataCaptureStoreName
-n egForView -v integrationServerName
- integrationNodeName is the name of your integration node.
- dataCaptureStoreName is the name of your DataCaptureStore configurable object.
- integrationServerName is the name of the integration server that processes the data for viewing.
If you do not want to use the DataCaptureStore
and DataCaptureSource configurable services that you set up for recording
data, create new ones as described in Recording data.
Specify a value for the egForView property. You can
specify the same integration server in the egForRecord and
the egForView properties, or you might want to spread
the workload across two integration servers.For more
information about the egForRecord and egForView properties,
see DataCaptureStore configurable service.
- Use one of the following methods to view your data.