Can I have multiple consumers in one

Can I have multiple consumers in one Worker, each one processing different queues? Context: I'm reading this in the docs:
Best practice Configure a single consumer per queue. This both logically separates your queues, and ensures that errors (failures) in processing messages from one queue do not impact your other queues.
1 Reply
Pranshu Maheshwari
sort of! it's best to think of it as: "one consumer worker that consumes messages from many queues"

Did you find this page helpful?