OpenStack library for messaging
Go to file
Oleksii Zamiatin fed1f734df Use pickle instead of jsonutils for serialization
Pickle way of serialization is more preferrable
because sometimes we have non json-serializable object
in reply (e.g. cinder VolumeAttachment).

Change-Id: I56634d4b4b9817833044a0d8f15cc6362d599a4f
2015-08-16 16:38:24 +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.messaging/locale Imported Translations from Transifex 2015-06-04 06:08:05 +00:00
oslo_messaging Use pickle instead of jsonutils for serialization 2015-08-16 16:38:24 +03:00
tools Notifier implementation 2015-08-05 13:35:24 +03: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 Get rid of proxy process in zmq 2015-07-27 12:29:08 +03:00
setup.cfg Remove oslo namespace package 2015-07-29 11:17:57 +03: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 Notifier implementation 2015-08-05 13:35:24 +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.