[Openstack] Ceilometer and notifications

Guangyu Suo guangyu at unitedstack.com
Thu Aug 1 08:57:34 UTC 2013


Yeah, the notifications.info queue is the default nova notification queue,
and ceilometer use ceilometer.notifications queue. ceilometer.notifications
queue has 20 consumers and notifications.info queue has 0 consumer:

suo at ustack:~/devstack$ sudo rabbitmqctl list_queues name messages consumers
| grep notifications
name  messages consumers
ceilometer.notifications 0 20
notifications.info 26 0



2013/8/1 Julien Danjou <julien at danjou.info>

> On Thu, Aug 01 2013, Sam Morrison wrote:
>
> > OK so is it that ceilometer just leaves the message on the queue or
> > only consumes certain messages?
>
> Ceilometer uses its own queue. There might be other processes consuming
> this notifications, so removing them may be not a good idea.
>
> The problem may be that the notification sender create a queue by
> default even if there's no consumer on that. Maybe that's something we
> should avoid doing in Oslo (Cc'ing -dev to get advice on that).
>
> --
> Julien Danjou
> -- Free Software hacker - freelance consultant
> -- http://julien.danjou.info
>
> _______________________________________________
> Mailing list:
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to     : openstack at lists.openstack.org
> Unsubscribe :
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20130801/b3a8f74e/attachment.html>


More information about the Openstack mailing list