- Home
- IBM Certification
- C2180-272 Exam
- IBM.C2180-272.dumpsfiles Dumps
Free IBM C2180-272 Exam Dumps Questions & Answers
| Exam Code/Number: | C2180-272Join the discussion |
| Exam Name: | IBM WebSphere Message Broker V8.0 Solution Development |
| Certification: | IBM |
| Question Number: | 52 |
| Publish Date: | Jun 03, 2026 |
|
Rating
100%
|
|
Total 52 questions
A bank uses an online system to handle currency transactions, sent via MQ messaging. To avoid multiple database lookups to obtain the latest currency exchange rates, the rates are loaded into shared variables the first time the flow is executed. Periodic updates to the shared variables are made using a control message. As the volume of transactions increases, it is realized that a single instance of the flow can no longer cope, and so the solution developer is asked to investigate ways to increase throughput. How can the solution developer increase the message throughput?
A solution developer has been informed of a problem with a message flow. Based on the error given, the problem seems to occur in ESQL code. The solution developer determines the need to debug the code. How does the solution developer set a breakpoint in the ESQL code?
A solution developer needs to deploy a message flow initially in "Stopped" state. How must the solution developer achieve this?
A company has implemented the following message flow to process orders received:
The ORDERS.IN node has the Transaction mode set to Yes.
When a failure occurs in the CalculatePrice node it is noticed that the database updates performed in the UpdateOrderDB node are not rolled back. How should the solution developer modify the flow in order to rollback the database updates in the event of a failure?
To create a message definition, a solution developer has performed the following steps: 1.Create a new message set 2.Create a new message definition file 3.Add a Tagged/Delimited String (TDS) physical format to the message set 4.Import a COBOL copybook 5.Add a Custom Wire Formats (CWF) physical format to the message set 6.Import a C header file Which of the following is true?