[rabbitmq-discuss] x-lvc exchange
Simon MacMullen
simon at rabbitmq.com
Mon Aug 5 10:04:42 BST 2013
On 05/08/2013 10:01, Matwey V. Kornilov wrote:
> Ok, thank you. I think there is a lack of such functionality. Maybe
> not necessary dedicated exchange type, but some parameter to direct
> exchange would be nice. As far as I understand you put bindings inside
> mnesia in any case, so there should be no big difference to put
> something else with routing_key.
The trouble with putting things in Mnesia is it's not all that fast. The
current LVC exchange uses Mnesia in this way and thus is quite slow
(especially in a cluster) - that's a prime thing we'd want to change.
Cheers, Simon
More information about the rabbitmq-discuss
mailing list