On Tue, Feb 11, 2014 at 1:28 PM, Sanchez, Cristian A <
cristian.a.sanc...@intel.com> wrote:

> Hi,
> I'm planning to use oslo.notify mechanisms to implement a climate
> blueprint: https://blueprints.launchpad.net/climate/+spec/notifications.
> Ideally, the notifications sent by climate should be received by multiple
> services subscribed to the same topic. Is that possible with oslo.notify?
> And moreover, is there any mechanism for removing items from the queue? Or
> should one subscriber be responsible for removing items from it?
>

Each service should subscribe to the same exchange and topic using a
different queue name to receive all of the messages.

The code to set up the listeners is still under review for oslo.messaging.
See the patch series starting with https://review.openstack.org/#/c/57275/16

Doug



>
> Thanks
>
> Cristian
>
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to