[rabbitmq-discuss] Fanout and Route for 3,000 queues
shuki Licht
shuki.licht at gmail.com
Sat May 3 09:25:37 BST 2014
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.
More information about the rabbitmq-discuss
mailing list