[rabbitmq-discuss] Publish messages only when needed ?
Matthias Radestock
matthias at rabbitmq.com
Fri Oct 8 09:51:57 BST 2010
Romain,
RomainC wrote:
> 10 exchanges (with x-lvc plugin that stores in mnesia database the
> last value for each message)
Ah, there is your explanation for the high CPU load then. The lvc plugin
has not been designed/tuned for high performance. It does a
transactional mnesia write per publish, which is hugely expensive.
Matthias.
More information about the rabbitmq-discuss
mailing list