[rabbitmq-discuss] RabbitMQ + MySQL

Jason J. W. Williams jasonjwwilliams at gmail.com
Thu Aug 13 20:46:24 BST 2009


Depending on your requirements MyISAM can be a better choice. The
table-wide locks are lightning fast, and can work better in a high
concurrency insert environment than InnoDB. But you lose ACID so you
have to make sure you're replicating to another box for data
integrity.

-J

On Thu, Aug 13, 2009 at 1:25 PM, Suhail Doshi<digitalwarfare at gmail.com> wrote:
> Anyone using rabbitmq with lots of consumers along with MySQL and hitting
> dead locks if you run too many consumers, any smart way to deal with that?
> My theory was sharding on some distinct id and sending only some data to
> specific consumers based on an id...
> Ideas? Suggestions?
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
>




More information about the rabbitmq-discuss mailing list