<div dir="ltr"><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Feb 11, 2014 at 1:28 PM, Sanchez, Cristian A <span dir="ltr"><<a href="mailto:cristian.a.sanchez@intel.com" target="_blank">cristian.a.sanchez@intel.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi,<br>
I’m planning to use oslo.notify mechanisms to implement a climate blueprint: <a href="https://blueprints.launchpad.net/climate/+spec/notifications" target="_blank">https://blueprints.launchpad.net/climate/+spec/notifications</a>. 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?<br>
</blockquote><div><br></div><div><div class="gmail_default" style="font-size:small">Each service should subscribe to the same exchange and topic using a different queue name to receive all of the messages. </div><div class="gmail_default" style="font-size:small">
<br></div><div class="gmail_default" style="font-size:small">The code to set up the listeners is still under review for oslo.messaging. See the patch series starting with <a href="https://review.openstack.org/#/c/57275/16">https://review.openstack.org/#/c/57275/16</a></div>
<br></div><div><div class="gmail_default" style="font-size:small">Doug</div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<br>
Thanks<br>
<br>
Cristian<br>
<br>
_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</blockquote></div><br></div></div>