moquette-io / moquette

Java MQTT lightweight broker
http://moquette-io.github.io/moquette/
Apache License 2.0
2.29k stars 818 forks source link

Ability to use the websocket layer with an another mqtt broker #159

Closed sylvek closed 8 years ago

sylvek commented 8 years ago

Is there a (simply) to use moquette for his websocket layer and bridge it to an another mqtt broker like rabbitmq?

In fact the authentication and authorisation layers of moquette is really cool but I need a more "production ready" broker (we work with rabbitmq most of time)

I read the code and it seems to me ok.. But I would just have some help to and your advice.

sylvek commented 8 years ago

Hi,

If someone is interested.. This is my contribution. https://github.com/sylvek/websocket-mqtt-forwarder

andsel commented 8 years ago

No there isn't Moquette is intended to be a broker not a proxy.

Andrea