Skip to content

affear/oslo-rpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Sample code for RPC client/server communication with oslo.messaging

To install (with virtualenv):

$ git clone git@github.com:affear/oslo_rpc.git
$ cd oslo_rpc
$ sudo apt-get install python-virtualenv
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

To run:

  • Start RabbitMQ (or else) service
  • On a shell: $ python server.py
  • On another shell: $ python client.py
  • Enjoy

About

Sample code for RPC client/server communication with oslo.messaging

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages