What is the first step in creating an IBM Integration Bus (IIB) based pattern?
Correct Answer:
B
🗳️
The three stages of creating a user-defined pattern are performed by the IBM Integration Bus developer, the pattern author, and the pattern user.
1. The IBM Integration Bus developer develops the exemplar. The exemplar is fundamental to the pattern authoring process. It assumes that the exemplar is the starting point for a pattern. Some modifications might be required to the exemplar to prepare it for pattern authoring.
2. The pattern author creates a pattern plug-in from the exemplar.
3. The pattern user receives a user-defined pattern, customizes it, and uses it in accordance with the requirements of the organization.
References:
https://www.ibm.com/support/knowledgecenter/en/SSMKHH_9.0.0/com.ibm.etools.mft.doc/bc68380_.htm
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?
Correct Answer:
C
🗳️
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
Which statement about the Cloned node is true?
Correct Answer:
B
🗳️
Cloning a .NETInput node -
You can reproduce parameters and attributes that you customized for a .NETInput node by creating a Cloned node from it. The Cloned node has no special properties of its own, and cannot be created from the palette drawer. You can create it only from an existing, configured .NETInput node. You must have administrator privileges to be able to create a Cloned node.
References:
https://www.ibm.com/support/knowledgecenter/en/SSMKHH_9.0.0/com.ibm.etools.mft.doc/bc16290_.htm
When using the set of aggregation nodes, how does a developer tie the fan-out flow with the fan-in flow when it is included within the same message flow?
Correct Answer:
C
🗳️
Set the Aggregate Name property of the AggregateReply node to the same value that you set for the Aggregate Name property in the corresponding
AggregateControl node in the fan-out flow.
References:
https://www.ibm.com/support/knowledgecenter/en/SSMKHH_9.0.0/com.ibm.etools.mft.doc/ac12311_.htm