How to connect main app with microservice rabbitMQ to use websockets from microservice
I have main app with connected webSockets, but also, I have RabbitMQ microservice with methods where I want to send message to client by websockets. Could you assist with connection?
Here is my app.module main.ts
How to connect main app with microservice rabbitMQ to use websockets from microservice
I have main app with connected webSockets, but also, I have RabbitMQ microservice with methods where I want to send message to client by websockets. Could you assist with connection?
Here is my app.module main.ts