Multiple choice technology platforms and products

We can catch errors in case of publish by setting the value of

  1. Message priority

  2. Quality of Service

  3. Message Expiry

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Setting Quality of Service (QoS) to 'Best Effort' allows publish operations to continue even if errors occur, enabling error catching through error handlers. Other QoS levels like 'Exactly Once' or 'At Least Once' have different retry and acknowledgment behaviors.