<div dir="ltr">hello,guys,now I want to know the the process of start a new instance,and I find the code in nova/conductor/rpcapi.py,<div><br><div><div>cctxt = self.client.prepare(version=version)</div><div> cctxt.cast(context, 'build_instances', **kw)</div></div></div><div><br></div><div>I know the code do a cast method,send the message to exchange,but which is the exchange,where can i find the definition of the exchange.Also,the exchange will send the message to queue,and i can use the command 'rabbitmqctl list_bindings' to find the queue which is binding with the exchange,but where is the  code of the queue,how does it deal the message in queue?</div><div><br></div><div>anybody can help me?thanks.</div></div>