Skip to content

MQTT: Support queue binding using RabbitMQ #22

Open
@jonnor

Description

@jonnor

RabbitMQ supports MQTT, and can do routing of messages between different queues/exchanges, at least for AMQP (where we already use it). This is nice because MsgFlo can stay out of the direct message passing codepaths. If possible, it would be nice to use this also on MQTT.

However, since this is not a part of standard MQTT we likely need to keep our existing own routing code around as well. Probably this will be a new transport for the broker code, accessible by specifying MSGFLO_BROKER=rabbitmqtt://.
The different participant should not need to care however, as they continue to use standard MQTT.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions