OpenStack library for messaging
bac3969929
it'd be nice to support listeners with different threading requirements. e.g. 1 listener that pulls from a queue with no ordering requirements, therefore, able to handle multiple threads. another listener that pulls from queue with sequential requirements, therefore, requires a single thread process all data, in order. Change-Id: Id3af696193af2ccf5e5f3a1ae1d22f4f80860606 |
||
---|---|---|
doc/source | ||
etc | ||
oslo_messaging | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
bandit.yaml | ||
CONTRIBUTING.rst | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup-test-env-pika.sh | ||
setup-test-env-qpid.sh | ||
setup-test-env-rabbit.sh | ||
setup-test-env-zmq.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Oslo Messaging Library
The Oslo messaging API supports RPC and notifications over a number of different messaging transports.
- License: Apache License, Version 2.0
- Documentation: http://docs.openstack.org/developer/oslo.messaging
- Source: http://git.openstack.org/cgit/openstack/oslo.messaging
- Bugs: http://bugs.launchpad.net/oslo.messaging