A simple command line tool to produce a single message to Rabbitmq
Usage
$ ./rabbitmq-producer -help
Usage of ./rabbitmq-producer:
-body="foobar": Body of message
-exchange="test-exchange": Durable AMQP exchange name
-exchange-type="direct": Exchange type - direct|fanout|topic|x-custom
-key="test-key": AMQP routing key
-reliable=true: Wait for the publisher confirmation before exiting
-uri="amqp://guest:guest@localhost:5672/": AMQP URI