[rabbitmq-discuss] Multiple threads accessing the RPC queue

Tim Watson watson.timothy at gmail.com
Mon Apr 15 12:25:05 BST 2013


Hi

On 15 Apr 2013, at 09:58, Chaitanya Jawale <chaitanya.jawale at gmail.com> wrote:

> Now in some cases there are multiple threads tries to put messages in the same RPC queue to perform different actions on the agent in parallel but none gets delivered to the agent(RPC server) and if i do it serially it works. What can be the issue?
> 

It's impossible to say without more information. What client library are you using? How is the reply-to queue configured - does the client do a basic.get on the reply-to queue and could the server be replying to queries out of order and this producing a kind of deadlock?


More information about the rabbitmq-discuss mailing list