Skip to content

A simple event driven rust example

License

Notifications You must be signed in to change notification settings

The-Last-Inuit/event-driven-rust-example

Repository files navigation

Rust + RabbitMQ

A simple event driven rust example.

To run rabbitmq with docker:

$ docker run -d --name rabbitmq rabbitmq:3

To access rabbitmq dashboard visit: http://0.0.0.0:15672: rabbitmq dashboar

After publisher and subscriber are built, move to the subscriber directory and run subscriber:

$ cargo run

and now in an another terminal session, move to the publisher directory and run publisher:

$ cargo run

You should see the magic happens:

rabbitmq subscriber rabbitmq publisher

About

A simple event driven rust example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages