What I understood is that some of the Openstack components communicate using RabbitMQ service (which uses RPC protocol) while other communicate using REST APIs, DB queries etc.
But when I check rpcinfo -p, it doesn't list any service related to RabbitMQ/openstack.
What's the difference between the communication mechanism of services which are dispayed in rpcinfo (Eg: NIS, NFS etc.) and RabbitMQ/Openstack service?