ricbra / rabbitmq-cli-consumer

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

Convert routingkey from string to []string in configuration files #59

Closed sterrien closed 6 years ago

sterrien commented 7 years ago

It permit to bind one queue to one exchange with more than one routing key.

Fix #53.