[rabbitmq-discuss] Fanout and Route for 3,000 queues

Alvaro Videla videlalvaro at gmail.com
Sat May 3 10:11:16 BST 2014


As you point out, I think the problem here is not the routing
algorithm used, but the fact that you use Publisher Confirms and
Clustering.

On Sat, May 3, 2014 at 10:25 AM, shuki Licht <shuki.licht at gmail.com> wrote:
> for broadcast the messages to all the 3,000 queues , i use fanout - it take
> about 8msg/sec (to publish to the exchange with publish confirm)
> for send the message to several queues (up to 60% of the queues) i use
> direct exchange with BCC/CC list of all other queus - it take less than 1
> msg/sec (to publsih to the exchange)
>
>
> any options to imporve the performance for both scenarios?
> any other option to that?
>
> i tried the change the size of the messages ,but the rate it the same ,so
> its seems issue of how the route manage in RMQ/Erlang
>
> of course by adding cluster(HA) ,the perfromance get worse.
>
> thanks,
> Shuki
>
>
>
> --
> View this message in context: http://rabbitmq.1065348.n5.nabble.com/Fanout-and-Route-for-3-000-queues-tp35329p35339.html
> Sent from the RabbitMQ mailing list archive at Nabble.com.
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss


More information about the rabbitmq-discuss mailing list