You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does Rabbot creates the unknown queue for replyTo for which our consumer will use to reply back the answer? Or do we have to generate it and provide it?
In RabbitMQ, for RPC, we indicate which queue our request will be sent by providing the routingKey.
However, I don't see in the documentation of rabbot if we require to provide a replyTo property with a queue randomly generated that later to be consumer should be destroyed as shown in this diagram:
I can receive the message sent to the queue, consume it, and send a reply to the replyTo provided.
However, I don't get anything back.
The text was updated successfully, but these errors were encountered:
acarlstein
changed the title
RPC: request: Does Rabbot creates the unknown queue for replyTo?
RPC: request: Does Rabbot generate for replyTo? I don't receive any reply
Feb 27, 2019
acarlstein
changed the title
RPC: request: Does Rabbot generate for replyTo? I don't receive any reply
RPC: Does Rabbot generate for replyTo? I don't receive any reply
Feb 27, 2019
Does Rabbot creates the unknown queue for replyTo for which our consumer will use to reply back the answer? Or do we have to generate it and provide it?
In RabbitMQ, for RPC, we indicate which queue our request will be sent by providing the routingKey.
However, I don't see in the documentation of rabbot if we require to provide a replyTo property with a queue randomly generated that later to be consumer should be destroyed as shown in this diagram:
I can receive the message sent to the queue, consume it, and send a reply to the replyTo provided.
However, I don't get anything back.
The text was updated successfully, but these errors were encountered: