An Integration Server contains a shared library with a common error handling routine. The shared library is redeployed with an updated error handling routine with some new logging. When will the applications that use the shared library start using the updated routine?
Answer : A
If a shared library is updated, the changes are immediately visible to all referencing applications.
If you want to deploy and manage just one copy of those common resources, use a shared library. A shared library can be deployed directly to an integration server. Any application can reference the resources in that deployed shared library.
What can the DatabaseInput node be configured to do?
Answer : D
Use the DatabaseInput node to detect events recorded in a database, and to retrieve the data affected by those events.
The format of a policy UPL is apiv1/policy/MQTTSubscribe/Test. What policy has the developer created?
Answer : B
The format of a policy URL is /apiv1/policy/policy type/policy name. For example, /apiv1/policy/MQTTSubscribe/Policy1.
Which statement about the DFDL parser and domain is true?
Answer : A
The DFDL parser is model-driven.
What is one method to keep the cache clean in IBM Integration Bus?
Answer : A
When you get an MbGlobalMap object, you can specify how long the data remains in the global cache before it is removed automatically. This time is known as the time to live and is counted from when that map entry is last updated.
By default, the time to live is set to zero so that the data is never removed. To set a specific time to live, create a session policy, which you can reference from the MbGlobalMap object.
Which statement is true regarding IBM Integration Bus (IIB) integration with Business Process Manager (BPM)?
Answer : D
Complete the following high-level steps to create a BPM integration service that interoperates with an IBM Integration Bus integration service.
On a Linux system, trace node is configured with Destination set to a file. The trace node should be executed if a message processes successfully. A message is processed through the Integration flow successfully but no file is written. How can the problem be determined?
Answer : D
Note: Set the destination of the trace record that is written by the node to User Trace, Local Error Log, or File.