ricbra / rabbitmq-cli-consumer

Consume RabbitMQ messages into any cli program
MIT License
247 stars 49 forks source link

keeping it simple: don't declare queues and exchanges #42

Open gaspaio opened 8 years ago

gaspaio commented 8 years ago

I don't see the point in making the worker declare queues and exchanges. All that should be defined in RMQ config. If we want to keep the worker simple, then just indicate queue and vhost to subscribe to and leave configuration to RMQ. What d'y'all think ?

skrivy commented 6 years ago

I agree.