<div dir="ltr">I need to publish high rates of messages to 3,000 queues that bind to one exchange.<div>the message may go to several queues or to all queues.</div><div><br></div><div>need help of how to improve the perofmance (its work really slow)</div>
<div>1. try with fanout (to all queues) - the faster solution ,but still not fast enough.</div><div>2. try with BCC/CC list in routing key message if i need to send it to several queues (60% of the queues) - work very slow </div>
<div>3. when i moved to cluster(HA) the performance is really poor</div><div><br></div><div><br></div><div>any ideas? or other design to achive that? i would like to prevent of going to several child nodes approch.</div><div>
<br></div><div>thanks,</div><div>Shuki</div></div>