Hi Doug, I have an app that listens to notifications and used the info provided in http://docs.openstack.org/developer/oslo.messaging/notification_listener.html Basically I create 1. NotificationEndpoints(object): https://github.com/openstack/networking-cisco/blob/master/networking_cisco/apps/saf/common/rpc.py#L89 2. NotifcationListener(object): https://github.com/openstack/networking-cisco/blob/master/networking_cisco/apps/saf/common/rpc.py#L100 3. and call start() and then wait() Thanks, Nader. On Thu, Nov 5, 2015 at 5:27 AM, Doug Hellmann <doug at doughellmann.com> wrote: > Excerpts from Nader Lahouti's message of 2015-11-04 21:25:15 -0800: > > Hi, > > > > I'm seeing the below warning message continuously: > > > > 2015-11-04 21:09:38 WARNING [oslo_messaging.server] wait() should have > > been called after stop() as wait() waits for existing messages to finish > > processing, it has been 692.98 seconds and stop() still has not been > called > > > > How to avoid this waring message? Anything needs to be changed when using > > the notification API with the latest oslo_messaging? > > > > Thanks, > > Nader. > > What version of what application is producing the message? > > Doug > > __________________________________________________________________________ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: OpenStack-dev-request at lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20151105/763a23f9/attachment.html>