The security team has informed the Integration Bus developers that they need to start using SSL when using the web user interface. Administration security is still disabled. What does the developer need to do to now access the web user interface?
Answer : B
To enable access to broker resources through the web user interface, configure the
IBM Integration Bus web user interface server.
If you are using HTTPS, run the following command:
mqsichangeproperties brokerName
-b webadmin -o HTTPSConnector -n port,keystoreFile,keystorePass
-v portValue,fileName,password
- brokerName is the name of your broker.
- portValue is the HTTPS port value that you want to use for the web
user interface.
- fileName is your keystore file.
- password is the password for the keystore file.
References: IBM Integration Bus 9.0.0 Administering , page 128
ftp://public.dhe.ibm.com/software/integration/integrationbus/docs/V9.0/iib_v9r0_admin.pdf
What are two options for creating an MQEndpoint policy? (Select 2.)
Answer : C, E
You can use the following tools to create, attach, and manage MQEndpoint policies:
To create a policy, use the mqsicreatepolicy command. For more information, see Creating and importing policies.
Which statement regarding security profiles is true?
Answer : B
You can create a security profile for use with Lightweight Directory Access Protocol (LDAP) or a WS-Trust V1.3 compliant security token server (STS), such as Tivoli Federated Identity Manager (TFIM) V6.2. Support is also provided for TFIM V6.1, for compatibility with previous versions of IBM Integration Bus. You can create the security profile by using either the mqsicreateconfigurableservice command or an editor in the IBM Integration Explorer.
Which statement about the Cloned node is true?
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.
In configurable services that have the UserDefined type, which node is used to read and modify properties dynamically at run time?
Answer : D
Use the CMP in a JavaCompute node to query, set, create, and delete properties dynamically at run time in configurable services that you have defined with type UserDefined.
A developer is trying to investigate slow processing times with a specific message flow. What tool would be used to investigate this?
Answer : C
You can use the message flow statistics data to help you identify aspects of a message flow that might be reducing the performance of the flow, and to help you understand how you can optimize it.
If you detect that system resources are under pressure, you can examine the statistics collected by the broker to assess whether the cause of the concern is the use of those resources by processes in IBM Integration Bus.
An IBM Integration Bus Administrator has configured the configurable services DataCaptureStore, DataCaptureSource and DataDestination and ensured the WebUI users are setup correctly. However, when running messages through the Integration flow, nothing gets recorded into the database. What could be the missing step in the configuration of the message flow?
Answer : C
To configure monitoring on a message flow to emit events for capture, use one of the following methods.