[rabbitmq-discuss] Use a mysql databse table as the provider for rabbitmq queue
Emile Joubert
emile at rabbitmq.com
Wed Oct 17 10:35:11 BST 2012
Hi,
On 17/10/12 09:58, Shadowalker wrote:
> plug the raabitmq consumer directly onto a specific table
I'm sure there are many different ways of doing this. A possible
solution is to create a database trigger for A's table that sends an
update message when a change occurs. Application B (or any other
interested party) can then consume these messages and know that they
might need to synchronise from the table.
-Emile
More information about the rabbitmq-discuss
mailing list