Thursday, 13 February 2020

Advice for AMQP to MQTT adapter

Hi,I want to implement an amqp to mqtt adapter. The adapter should be able to get amqp messages from several clients and send them as mqtt messages to my mqtt broker.The mqtt part is no problem. What I currently struggle with is the amqp part. Does someone know a good starting point/library for Node to create a light version of an amqp server?It would need to accept connections from clients, receive their messages (via two or three exchanges) and acknowledge them.The target is to get rid of the RabbitMQ broker in my ecosystem an rely on one MQTT broker, which will be fed through different protocols using adapters.Also this is a crosspost because I don't mind using java, node or typescript in this case.https://www.reddit.com/r/javahelp/comments/f3cuil/advice_for_amqp_to_mqtt_adapter/

Submitted February 13, 2020 at 05:08PM by feelsmanbat

No comments:

Post a Comment