← Back to team overview

openstack team mailing list archive

Re: Openstack not using AMQP RPC reply-to property

 

On 06/08/2012 01:05 AM, vishnu attur wrote:
> Hi all,
>   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 ?

Can you elaborate on what you mean by this  making it more difficult to
integrate with other clients?  The rpc APIs are internal APIs, and
really shouldn't be used by any other applications.

In any case, this sounds like a reasonable improvement.  Patches
welcome.  :-)

-- 
Russell Bryant


References