From: Tobias Stocker Date: January 30 2009 3:19pm Subject: New to the message API and have some questions List-Archive: http://lists.mysql.com/message-api/3 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hy there, I'm new to the message API and Spread Toolkit and thereto I have some quest= ions. My Spread setup works and I can exchange messages. I'm planning to bu= ild some kind of partial replication with two mysql servers. I understand how I can send a message to a group on server A, and I know ho= w to receive a message on server B. Is there a way to autmaticaly receive m= essaged on server B and launch some actions (statement, procedure etc.)? If= I understand everything right, what I'm not so sure about, I can only rece= ive messages by calling the recv_mesg function, but how can I call the func= tion automaticaly if a messages is queued? I hope my question is not too unclear. Anyway, thanks in advance and regards Tobi