oslo.messaging/tests/notify
Mehdi Abaakouk 30e0aea877 Notification listener pools
We can now set the pool name of a notification listener
to create multiple groups/pools of listeners consuming notifications
and that each group/pool only receives one copy of each notification.

The AMQP implementation of that is to set queue_name with the pool name.

Implements blueprint notification-listener-pools
Closes-bug: #1356226

Change-Id: I8dc0549f5550f684a261c78c58737b798fcdd656
2014-11-14 10:20:18 +01:00
..
__init__.py Fix structure of unit tests in oslo.messaging (part 1) 2014-06-25 12:20:36 +04:00
test_dispatcher.py Notification listener pools 2014-11-14 10:20:18 +01:00
test_listener.py Notification listener pools 2014-11-14 10:20:18 +01:00
test_log_handler.py Enabled hacking checks H305 and H307 2014-07-17 12:41:21 +02:00
test_logger.py Switch to oslo.utils 2014-08-27 14:14:00 +02:00
test_middleware.py Import notifier middleware from oslo-incubator 2014-09-08 16:27:27 -04:00
test_notifier.py Switch to oslo.serialization 2014-09-23 14:54:30 +02:00