Writing an brokerless AMQP to MQTT adaptor
问题 I want to implement an amqp to mqtt adapter, which would receive amqp messages, take their payload and publish it as mqtt messages to my mqtt broker. Therefore the adapter must be able to listen on a port confirm connect requests receive amqp messages acknowledge them publish with mqtt In my ecosystem I want to provide different protocols for incoming messages, but I want to run only one mqtt broker. I want to avoid any other broker. I read here that amqp "1.0 permits brokerless point-to