<span style>Hello guys.</span><div style><br></div><div style>I&#39;m trying to build RPC using PHP, here is my description of problem:</div><div style><a href="http://stackoverflow.com/questions/11104004/rabbitmq-rpc-exclusive-queues-locking-php" target="_blank" style="color:rgb(17,85,204)">http://stackoverflow.com/questions/11104004/rabbitmq-rpc-exclusive-queues-locking-php</a></div>
<div style><br></div><div style>The main issue I suspect is that Client.php and Server.php try to connect to RabbitMQ server using different connections, which leads to inability of using EXCLUSIVE queue (that is declared in CLient.php) from Server.php</div>
<div style><br></div><div style>Can u give me a way I can dig to? I&#39;m out of ideas ...</div>