Hi all,<div>  I'm new to openstack. I was going through the RPC python code and saw that it is not using the AMQP specific reply-to framework for sending rpc responses to auto-delete temporary reply queues. Instead, the message property called 'msg_id' is used as the reply queue. This makes it difficult to integrate with other rabbitmq clients. Any solution ?</div>