Skip to content

Response / Request - creating the Responder without exchange and routingKey not working #23

@dimaxweb

Description

@dimaxweb

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions