Changing the configuration parameters for the WebSphere Service Registry and Repository nodes
To change the configuration parameters for the WebSphere® Service Registry and Repository nodes, edit the .conf.yaml configuration file for the integration node, or integration server.
About this task
Any properties that you set for an integration node in the node.conf.yaml file, are inherited by the integration servers that it owns. However, you can change any of the properties of an integration server that is owned by an integration node by modifying them in the appropriate server.conf.yaml file. You can change any of the properties of an independent integration server by modifying them in the appropriate server.conf.yaml file. For more information about configuring integration servers, see Configuring an integration server by modifying the server.conf.yaml file.
WSRRConnectorProvider
entries in
the ConnectorProviders
section of the node.conf.yaml or
server.conf.yaml configuration file. When you migrate your integration servers
and integration nodes to IBM® App Connect Enterprise 13.0 by using the
ibmint extract node or ibmint extract server command, the values of the DefaultWSRR
configurable service properties are placed in the ConnectorProviders
section of the
.conf.yaml file. When you create a new integration node or a new independent
integration server, the .conf.yaml configuration file contains the following
subset of the WSRR parameters. All the other WSRR parameters have default settings, which generally
do not need to be changed. If you need to change any of the other WSRR parameters, you must add them
to the .conf.yaml configuration file.
ConnectorProviders:
#WSRRConnectorProvider: # Requires the optional WSRR component install
#endpointAddress: 'https://host:9443/WSRR8_0/services/WSRRCoreSDOPort' # WSRR server endpoint url
#needCache: true # enable WSRR cache
#predefinedCacheQueries: '' # semicolon-separated XPath querys to initialize WSRR cache at start-up
#enableCacheNotification: false # enable WSRR cache notification
#locationJNDIBinding: 'iiop://host:2809' # WSRR cache WAS JMS provider JNDI bindings url
For more information about configuration parameters that affect WSRR use, see Configuration parameters for the WebSphere Service Registry and Repository nodes.
Complete the following steps to update the configuration parameters for WSRR: