Skip to content

mapping python tutorial to rust and lapin

Notifications You must be signed in to change notification settings

chen116/tokyoRabbit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rustyRabbitEgs

These examples rely on a local docker instance of rabbitmq running. To run this, do the following:

sudo docker run -d --hostname my-rabbit --name some-rabbit -p 8080:15672 -p 5672:5672 rabbitmq:3-management

This command forwards the rabbit port on your localhost to the container. it also forwards port 8080 on your local to the docker container's management webserver's port.

About

mapping python tutorial to rust and lapin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 62.8%
  • Python 34.0%
  • Shell 3.2%