Hi,<br><br>I've just stumbled upon rabbitmq and I think it could very well help in a project that I'm currently working on. But there's one thing that I'd like to get some input about though :<br><br>My project consist of one, two or more applications that, though separated, need to keep some of their datas synchronized.<br><br>For example say I have two use cases that could happen at the same time :<br><br>First project has a app A and a app B : when app A insert some specific data in its db i need to get a meesage to appB to do the corresponding action on its own db<br>Second project has only app A and when I insert stuff in A's db it shouldn't send anything anywhere.<br><br>In both cases, I'll like to have app A and app B identical : I don't want to have to change app A's code jsut because app B is here.<br><br>So my question is : Is there anyway to plug the raabitmq consumer directly onto a specific table in app A's database so that every time&nbsp; something happens appB can come and consume the data.<br><br>Cheers,<br>Shadowalker.<br>