OpenStack library for messaging
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Dina Belova d05278f762 Modify simulator.py tool
Introduce mechanism of generating real life messages to the tool
using the information gathered during Rally testing. This change
allows to generate messages of the specfic length due to the
distribution observed on real environment.

messages_length.txt file contains lengths of string JSON objects
that were later sent through the MQ layer during deployment and
deletion of 50 VMs.

simulator.py was modified to use this data as a baseline to generate
random string messages of the required length with the needed
probability.

Change-Id: Iae21f90b5ca202bf0e83f1149baef8b42c64eb55
8 years ago
doc/source Remove unnecessary rpc_zmq_port option 8 years ago
etc Fix spelling typo in output 8 years ago
oslo.messaging/locale Imported Translations from Zanata 8 years ago
oslo_messaging Merge "Add if condition for random.shuffle" 8 years ago
tools Modify simulator.py tool 8 years ago
.coveragerc Change ignore-errors to ignore_errors 8 years ago
.gitignore Ignore any egg and egg-info directories 9 years ago
.gitreview Add oslo.messaging project infrastructure 10 years ago
.testr.conf Workaround test stream corruption issue 8 years ago
CONTRIBUTING.rst Workflow documentation is now in infra-manual 9 years ago
LICENSE Add oslo.messaging project infrastructure 10 years ago
MANIFEST.in Add oslo.messaging project infrastructure 10 years ago
README.rst Switch badges from 'pypip.in' to 'shields.io' 8 years ago
babel.cfg Setup for translation 9 years ago
requirements.txt Updated from global requirements 8 years ago
setup-test-env-qpid.sh Disable ACL if authentication cannot be performed. 8 years ago
setup-test-env-rabbit.sh Don't use devstack to setup our functional env 8 years ago
setup-test-env-zmq.sh Non-blocking outgoing queue was implemented 8 years ago
setup.cfg Merge "Non-blocking outgoing queue was implemented" 8 years ago
setup.py Updated from global requirements 8 years ago
test-requirements.txt Updated from global requirements 8 years ago
tox.ini AMQP1.0: Turn off debug tracing when running tox 8 years ago

README.rst

Oslo Messaging Library

Latest Version

Downloads

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