- Queue: We declared it with auto_delete: true and exclusive: true, so it will be automatically deleted when the connection closes.
- Exchange: exchange_declare is idempotent - it will create the exchange if it doesn’t exist, or just verify it exists with the same parameters if it does.
- Consumer: Will be automatically cancelled when the channel/connection closes.
Details
Details
Tested in next diff
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage