Incoming Rabbit message to Cinder
I was trying to understand the architecture of Cinder. I see that Cinder is configured with 3 queues. "cinder-scheduler", "cinder-volume" and "notification-info". I understand that these queues are used internally within Cinder (between Cinder-API, Cinder-Scheduler & Cinder-Volume) modules for communication. Will these queues be used by any other modules in OpenStack to push message to Cinder?
I believe nova uses these queues when an instance is launched from a bootable volume or when a volume is attached to a running instance.