C AMQP client library for RabbitMQ messaging
C AMQP client library for RabbitMQ
amqp-consumeamqp-declare-queueamqp-delete-queueamqp-getamqp-publish$ amqp-publish -e my-exchange -r routing-key -p 'message content' -H localhost$ amqp-consume -q my-queue -c 1 -H localhost$ amqp-declare-queue -q my-queue -H localhost -P 5672