Hi,
Is it possible to consider adding support for the AMQP protocol to integrate SQLPage with RabbitMQ?
This would allow us to either publish messages to a queue or consume messages in order to implement asynchronous processing. For example, a .sql file could be executed when a message is detected in a queue (via a callback).
I think SQLPage functions like sqlpage.* would be useful to define the desired behavior. In Rust, there is a library for AMQP (https://github.com/amqp-rs/lapin).
We have this need to make certain processing steps more reliable, or to set up workflows. I believe this is a fairly common use case in information systems.
What do you think?
Best regards
Olivier :)
Hi,
Is it possible to consider adding support for the AMQP protocol to integrate SQLPage with RabbitMQ?
This would allow us to either publish messages to a queue or consume messages in order to implement asynchronous processing. For example, a .sql file could be executed when a message is detected in a queue (via a callback).
I think SQLPage functions like sqlpage.* would be useful to define the desired behavior. In Rust, there is a library for AMQP (https://github.com/amqp-rs/lapin).
We have this need to make certain processing steps more reliable, or to set up workflows. I believe this is a fairly common use case in information systems.
What do you think?
Best regards
Olivier :)