mq
mq copied to clipboard
May I ask why the protocol in source code seems STOMP but names MQTT?
this is the last open source project seems promising as a golang MQTT broker. But I still have one question about this implementation:
why the protocol in source code is STOMP but names MQTT? As far as I know, they are 2 different protocols.
Any clarify would be very appreciated!
Where do you see MQTT? This tool implements the STOMP protocol.
As @jinfagang I also thought drone mq
is MQTT server. But it is not..
Anyone can look at it to know more details Choosing Your Messaging Protocol: AMQP, MQTT, or STOMP
But mq doesn't mean mqtt, it just means message queue
:) @tboerger yes you are right 👍 There is no wrong something in this repo of course.
I think that we can close this issue..
Thanks.