IBM Integration Bus, Version 9.0.0.8 Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS

See information about the latest product version

Displaying the configuration parameters for the WebSphere Service Registry and Repository nodes

Use the mqsireportproperties command to display all of the configuration parameters of the default WebSphere® Service Registry and Repository (WSRR) profile, DefaultWSRR.

The DefaultWSRR is a Service Registries configurable service that is supplied for each broker, see Configurable services properties.

For information about the specific levels of WSRR that are supported with IBM® Integration Bus, see IBM Integration Bus Requirements.

To display the configuration parameters of the default WSRR profile DefaultWSRR, complete the following steps:

  1. Ensure that the broker is running. If it is not, use the mqsistart command to start it.
  2. Enter the following command (where IB9NODE is the name of your broker):
    mqsireportproperties IB9NODE -c ServiceRegistries -o DefaultWSRR -r
    where:

    -c specifies the configurable service (in this case, ServiceRegistries)
    -o specifies the name of the object (in this case, DefaultWSRR)
    -r specifies that all property values of the object are displayed, including
    the child values if appropriate.

The command produces a response similar to this:
ReportableEntityName=''
ServiceRegistries
  DefaultWSRR=''
    connectionFactoryName = 'jms/SRConnectionFactory'
    connectionTimeout = '120'
    endpointAddress = 'http://fill.in.your.host.here:9080/WSRRCoreSDO/services/WSRRCoreSDOPort'
    initialContextFactory = 'com.ibm.websphere.naming.WsnInitialContextFactory'
    locationJNDIBinding = 'iiop://localhost:2809/'
    needCache = 'true'
    predefinedCacheQueries = ''
    refreshQueriesAfterNotification = 'true'
    subscriptionTopic = 'jms/SuccessTopic'
    timeout = '10000000'

ac56120_.htm | Last updated Friday, 21 July 2017