← Back to team overview

openstack team mailing list archive

Openstack not using AMQP RPC reply-to property

 

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 ?

Follow ups