How can WebSphere Service Registry & Repository (WSRR) information be pre-loaded into the IBM Integration BUS (IIB) cache before sending any messages to the message flow?

Posted by: Pdfprep Category: C9530-001 Tags: , ,

How can WebSphere Service Registry & Repository (WSRR) information be pre-loaded into the IBM Integration BUS (IIB) cache before sending any messages to the message flow?
A . By subscribing to WSRR notifications.
B . Adding predefinedCacheQueries to a custom policy within WSR
D . By using the predefinedCacheQueries parameter in the Configurable Services for the broker.
E . WSRR data cannot be loaded into the IIB cache without sending a message that accesses the WSRR node.

Answer: C

Explanation:

Enabling cache preloading

After the query file is created and placed on the server, configure the broker to use the text file at execution group start up. The change properties command will be used to achieve this and is accomplished by running the following command:

Command to enable preloading of the WSRR cache from file

mqsichangeproperties <broker_name> -c ServiceRegistries -p

"<wsrr_query_text_file>" -o DefaultWSRR -n predefinedCacheQueries

Replace <broker_name> with the name of the broker that is being used. Replace <wsrr_query_text_file> with the absolute file path location and name of the query file.

References: https://www.ibm.com/developerworks/websphere/library/techarticles/1404_smithson7/1404_smithson7.html

Leave a Reply

Your email address will not be published.