mysqludf/lib_mysqludf_stomp

Example Usage

Opened this issue · 3 comments

Kudos on the plugin.

Could you please provide an example of how to use the UDFs provided?

Thanks,
Jeff

I know this is quite old, but there might be people still interested on this.
I have submitted a PR with a few improvements and a nice documentation.
While the PR is not merged, you can check the fork here - https://github.com/hugorosario/lib_mysqludf_stomp

Well. That seems interesting. I will check it out.
All we need is to publish a message to a queue using a trigger on some specific tables and somehow, an UDF seems like the most lightweight way of accomplishing this.