odolbeau / rabbit-mq-admin-toolkit

Manage a RabbitMQ cluster easily.
MIT License
84 stars 28 forks source link

Feat message sender command #12

Closed antoox closed 9 years ago

antoox commented 9 years ago

Add the possibility with a command to send to Rabbit either:

./rabbit message:sender -H host -u user -p password vhost exchange routing_key --message="test message"
./rabbit message:sender -H host -u user -p password vhost exchange routing_key --file="/directory/your_file"
odolbeau commented 9 years ago

:+1: