Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MQTT: Support queue binding using RabbitMQ #22

Open
jonnor opened this issue Feb 1, 2017 · 0 comments
Open

MQTT: Support queue binding using RabbitMQ #22

jonnor opened this issue Feb 1, 2017 · 0 comments

Comments

@jonnor
Copy link
Member

jonnor commented Feb 1, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant