arobson / rabbot

Deprecated: Please see https://github.com/Foo-Foo-MQ/foo-foo-mq
MIT License
277 stars 129 forks source link

RPC with non-default response exchange name #148

Open yang-cloudlet opened 6 years ago

yang-cloudlet commented 6 years ago

Hello,

We had a application that is written in different language, when request RPC call, exchange and queue name are provided. Consumer ends of application receive the message, but when it replies it, it use the same exchange name came from request, which causes the Robbot never receives any response but I believe Robbot RPC is using default response exchange.

Can anyone share some insight? How can I modify the code to support different exchange name?

Thank you

acarlstein commented 5 years ago

I am having the same issue. I can see the request sending the message to the queue, with the name of the generated queue to response; however, when I response using that generated queue, the message is not received by receive.