In case of a high request flow, we can regulate the message processing by setting
-
Message priority
-
QoS
-
Message Expiry
-
None of the above
A
Correct answer
Explanation
During high request flow scenarios, message processing can be regulated by setting Message Priority, which allows higher-priority messages to be processed before lower-priority ones. This prioritization helps manage load by ensuring critical messages are handled first. QoS controls reliability and error handling, while Message Expiry manages message lifetime.