create-rust-app
create-rust-app copied to clipboard
Add RabbitMQ Plugin
Some projects may require queues -- for them, it might help to have lapin setup and connected with a local RabbitMQ instance.
Plugin Requirements
Backend
- [ ] Connect with
lapin - [ ] Create a default queue
- [ ] Add RabbitMQ data so it can be used in handlers to queue messages
On a second thought, this sounds like a bad idea.
We'll still do it :stuck_out_tongue_closed_eyes: