Multiple choice technology platforms and products

JMS producers are load balanced across the different members of a distributed destination for each send if load balancing is enabled and load balancing policy is set to round robin

  1. True

  2. False

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

When load balancing is enabled with round-robin policy, JMS producers distribute message sends across all distributed destination members. Each send operation can go to a different member in rotation, ensuring even load distribution.