List of questions
Related questions
Question 62 - MCIA - Level 1 discussion
In a Mule Application, a flow contains two (2) JMS consume operations that are used to connect to a JMS broker and consume messages from two(2) JMS destination. The Mule application then joins the two JMS messages together.
The JMS broker does not implement high availability (HA) and periodically experiences scheduled outages of upto 10 mins for routine maintenance.
What is the most idiomatic (used for its intented purpose) way to build the mule flow so it can best recover from the expected outages?
A.
Configure a reconnection strategy for the JMS connector
B.
Enclose the two(2) JMS operation in an Until Successful scope
C.
Consider a transaction for the JMS connector
D.
Enclose the two(2) JMS operations in a Try scope with an Error Continue error handler
Your answer:
0 comments
Sorted by
Leave a comment first