Y
Y
Yan Vetrov2020-07-13 16:40:19
Node.js
Yan Vetrov, 2020-07-13 16:40:19

How to setup RabbitMQ on Gateway?

We chose RabbitMQ for microservices on Node.js, but we don’t know if there is a Gateway for RabbitMQ on Node.js? I would also like to know how the front of the project to interact with rpc RabbitMQ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Shumov, 2020-07-13
@inoise

Make the server API a must. In the worst case, put some kind of API Gateway with authorization. RMQ is designed primarily for messaging between services and should not stick out. Well, if you decide to use RMQ as RPC, then this may not be the best solution. Yes, it's possible, but a lot of fun

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question