rabbitmq-c

C AMQP client library for RabbitMQ messaging

brewmacoslinux
Try with needOr install directly
Source

About

C AMQP client library for RabbitMQ

Commands

amqp-consumeamqp-declare-queueamqp-delete-queueamqp-getamqp-publish

Examples

Publish a message to a RabbitMQ exchange$ amqp-publish -e my-exchange -r routing-key -p 'message content' -H localhost
Consume messages from a queue$ amqp-consume -q my-queue -c 1 -H localhost
Declare a new queue on RabbitMQ broker$ amqp-declare-queue -q my-queue -H localhost -P 5672