DEV Community

Discussion on: Microservices with express.js and rabbitmq

Collapse
 
nithinsikinam profile image
nithinsikinam

What if we wanted a reply from warehouse how to setup that .

Collapse
 
promise111 profile image
Promise Ihunna • Edited

I am yet to try it out too. But logically, since. we are just passing streams of data to a queue, you can assert a queue in the warehouse service and run the logic again after the initial data from order is consumed.