<div dir="ltr">Hello,<div> I would like to make simple consume-reply-listener (.c) and client (.py). But I can not find any similar example on web. </div><div><br></div><div>Firstly, I run listener: </div><div><div>>> ./amqp_rpc_listen localhost 5672 amq.direct test</div></div><div>Secondly, I run client (for one request):</div><div>>> python rcp_client.py</div><div><br></div><div>Listener shows this output and thats ok:</div><div><div>>> Delivery 1, exchange amq.direct routingkey test</div><div>>> Content-type: </div><div>>> Msg len: 16</div><div>>> Msg: asdf asdf a sd f</div><div>>> Reply to: amq.gen-UTSmWMXQt8gmLZdNaqZDqg</div><div>>> sent</div></div><div><br></div><div>Client shows this, but no response is received:</div><div><div>>> [x] Requesting fib(30)</div><div>>>amq.gen-UTSmWMXQt8gmLZdNaqZDqg</div></div><div><br></div><div>Please help me. Thanks</div><div><br></div><div><br></div></div>