OpenStack library for messaging
Go to file
Oleksii Zamiatin ebcadf3d5e Fix threading zmq poller and proxy
- Fixed universal proxy to not get stuck with multiple backends
- Fixed threading pollers/executors (proxy side)
    - Driver option to switch green/no-green impl.
    - Swtiched to no-green in real-world proxy (green left for unit tests)
- Minor names fixes in serializer

Change-Id: Id6508101521d8914228c639ed58ecd29db0ef456
2015-07-15 16:46:04 +03:00
doc/source fix typo 2015-06-25 17:44:28 -05:00
etc Routing notifier 2014-01-15 04:08:18 +00:00
oslo Expose _impl_test for designate 2015-01-26 21:55:20 +00:00
oslo.messaging/locale Imported Translations from Transifex 2015-06-04 06:08:05 +00:00
oslo_messaging Fix threading zmq poller and proxy 2015-07-15 16:46:04 +03:00
tests Add unit tests for zmq_serializer 2015-07-10 15:54:26 -05:00
tools Don't use devstack to setup our functional env 2015-06-11 12:01:01 +02:00
.coveragerc Fix coverage report generation 2015-03-12 16:38:51 -07:00
.gitignore Ignore any egg and egg-info directories 2014-02-05 09:32:25 -08:00
.gitreview Update .gitreview for feature/zmq 2015-06-16 09:55:00 -04:00
.testr.conf Allows to overriding oslotest environ var 2014-11-19 11:28:02 +01:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:39 +00:00
LICENSE Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00
MANIFEST.in Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00
README.rst Switch badges from 'pypip.in' to 'shields.io' 2015-06-11 20:38:19 -07:00
amqp1-requirements.txt Enable amqp's protocol unit tests everywhere 2015-06-15 20:52:24 +02:00
babel.cfg Setup for translation 2014-06-05 22:48:44 +02:00
requirements-py3.txt Updated from global requirements 2015-06-11 00:47:50 +00:00
requirements.txt Updated from global requirements 2015-06-11 00:47:50 +00:00
setup-test-env-qpid.sh Fix qpid's functional gate 2015-07-06 12:19:14 +00:00
setup-test-env-rabbit.sh Don't use devstack to setup our functional env 2015-06-11 12:01:01 +02:00
setup-test-env-zmq.sh Fix threading zmq poller and proxy 2015-07-15 16:46:04 +03:00
setup.cfg Add pluggability for matchmakers 2015-03-19 03:03:53 -07:00
setup.py Updated from global requirements 2014-04-30 02:45:47 +00:00
test-requirements-py3.txt Merge "Port ZMQ driver to Python 3" 2015-04-24 23:32:40 +00:00
test-requirements.txt Uncap library requirements for liberty 2015-04-16 18:05:16 +00:00
tox.ini Fix work with timeout in CallRequest.receive_reply() 2015-07-10 15:50:47 +03:00

README.rst

Oslo Messaging Library

Latest Version

Downloads

The Oslo messaging API supports RPC and notifications over a number of different messaging transports.