Hello,
In the demo example we supposed to create the response with following options :
exchange: "req-res.exchange",
queue: {
name: "req-res.queue",
limit: 1
},
routingKey: "req-res.key"
and this is working.
If I understand correctly the implementation creates response queue per request and that's why we need routing key and exchange in Consumer ..? Because generally consumer only need queue name ..?
We need implementation of queue per client as described
here
using the correlation_id .Is it possible with Rabbus ?