Skip to content

Support of the AMQP protocol ? #1350

Description

@olivierauverlot

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 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions