Hide Forgot
Description of problem: Chapter 9. - Replicated Queues When using replication with more than one backup broker configured for one replicated queue, the replication mechanism behaves as load balancer. Documentation does not reflect this behaviour. Example: one replicated queue created on the source broker one backup queue created on destination broker1 one backup queue created on destination broker2 sending 10 messages to replicated queue on the source broker results in: even messages are received by the backup queue on the destination broker1 (msg0,2,4,6,8) odd messages are received by the backup queue on the destination broker2 (msg1,3,5,7,9) Version-Release number of selected component (if applicable): Red Hat Enterprise MRG 1.3 - Messaging User Guide Revision 3-0 How reproducible: n/a Steps to Reproduce: n/a Actual results: Documentation does not mention that the replication mechanism acts as a load balancer when more than one destination broker is configured Expected results: Documentation describes that the replication mechanism acts as a load balancer when more than one destination broker is configured Additional info: n/a
This issue has been fixed. Messaging User Guide - Revision 0.1-8 -> VERIFIED