These parameters affect the integration node configuration when interfacing with WebSphere® Service Registry and Repository (WSRR).
Configuration Setting Name | Default value | Description |
---|---|---|
endpointAddress | For all versions
of WSRR:
|
Endpoint of the WSRR server. Where hostname:port is
host address and port of your WSRR server. To connect to a secure
WSRR, specify https:// instead of http://.
For more information, see Accessing a secure WSRR repository. For
information about the specific levels of WSRR that are supported with IBM® Integration Bus, see |
timeoutConnection | 180 | The WSRR connection timeout period in seconds. The default value is 180 seconds. Set a value that is sufficiently long for complex queries to complete. |
For more information about WSRR endpoint addresses,
see WSRR web service
interface URLs.
Configuration Setting Name | Default value | Description |
---|---|---|
needCache | True | Enable IBM Integration Bus WSRR cache. |
timeout | 100000000 | The timeout value for the cache. The cache expiry time in milliseconds. (The default value of 100000000 milliseconds is approximately 27.8 hours). |
predefinedCacheQueries | None | A list of semicolon-separated WSRR XPath query expressions with which to initialize the IBM Integration Bus WSRR cache at startup. These WSRR XPath query expressions are defined by the WSRR SOAP interface query expression language, and can include an optional depth specifier extension. |
Configuration Setting Name | Default value | Description |
---|---|---|
enableCacheNotification | False | Enable IBM Integration Bus WSRR Cache Notification. |
refreshQueriesAfterNotification | True | When a notification is received from WSRR, if refreshQueriesAfterNotification is set to True, the cache is updated with the new version of the object immediately; if False, the cache is updated on the next request. |
connectionFactoryName | jms/SRConnectionFactory | The name of the WSRR WebSphere Application Server JMS provider JMS connection factory for Cache Notification. |
initialContextFactory | com.ibm.websphere.naming. WsnInitialContextFactory | The name of the WSRR WebSphere Application Server JMS provider JMS context factory for Cache Notification. |
locationJNDIBinding | iiop://hostname:2809/ | The URL to the WebSphere Application Server JMS provider JNDI bindings, where hostname is variable. |
subscriptionTopic | jms/SuccessTopic | The topic name used to receive WebSphere Application Server JMS provider Cache Notification. |
For information about accessing a secure WSRR server, see Accessing a secure WSRR repository.