corvus-ch / rabbitmq-cli-consumer

Consume RabbitMQ messages into any cli program
MIT License
236 stars 36 forks source link

Possibility to consume from multiple queues. #32

Closed g-rusev closed 6 years ago

g-rusev commented 6 years ago

Hello,

Is possible to specify more than one queue that the consumer is bound to?

corvus-ch commented 6 years ago

No, this use case is not supported. The suggested solution to that, is to start multiple instances of rabbitmq-cli-consumer.

g-rusev commented 6 years ago

Ok, Thank you.