NestJS materials
Write an awesome doc for NestJS tips, tricks, notes, things which are not in the doc (or are but not really obvious) and experimented to figure them out and use them.
Updating Queue
You CANNOT change an existing queue’s:
x-delivery-limit argument.
x-dead-letter-routing-key argument.
- Type (e.g.
quorum to classic or vice versa)!
But you can change these settings of an existing queue:
- Routing key.
- Exchange (basically it is adding the new binding to the list of existing bindings).
- And policies.
