[rabbitmq-discuss] Implementing an RPC backend

Ben Hood 0x6e6562 at gmail.com
Sun Jul 8 10:30:44 BST 2007


> This may be a red herring. I think it's only RPCs that should be avoided
> inside handleDelivery, and basicPublish isn't an RPC. Also, your tests
> seem to indicate that the reply does actually reach the server, and
> fails at the routing stage.

Do you mean to say that what I am doing is the wrong way to implement
the server side of an RPC using the rabbitmq API? Is there a better
way to achieve this?

[Just to clarify: I am listening on a queue that an RPC client
publishes to and then I publish a response using the replyTo
destination the client supplied as a routing key]




More information about the rabbitmq-discuss mailing list