Hi all,<div><br></div><div>Does anyone know if there is some work being done on MySQL User Defined Function (UDF) or AMQP/RabbitMQ specific Storage Engine for MySQL, which would enable direct integration between MySQL and RabbitMQ.</div><div><br></div><div>Primary need we have is to be able to send AMQP messages directly from MySQL. This is required because some tables are updated by MySQL, without explicit request from web application (eg. by stored procedure or trigger). In this case we would like to emit AMQP message directly from MySQL, which would then be processed by PHP workers (eg. cache entries would be invalidated).</div><div><br></div><div>I assume that simplest way to do that would be to have UDF. Better way might be to have specific MySQL Storage Engine, like Sphinx has. Gearman has UDF available.</div><div><br></div><div>Looking forward to your comments.</div><div><br></div><div>Regards,</div><div>Nikola</div>