[rabbitmq-discuss] rabbitmq-c parameters

Alan Antonuk alan.antonuk at gmail.com
Wed Jan 8 06:02:34 GMT 2014


Inlined:

On Tue, Jan 7, 2014 at 3:51 PM, Roberto Pagliari <roberto at canary.is> wrote:

> I am looking at the example of the RabbitC library
>
> https://github.com/alanxz/rabbitmq-c/blob/master/examples/amqp_producer.c
>
> 1. which port can normally be used for it?
>
 You should use the port that you've configured your RabbitMQ broker to
listen on. By default RabbitMQ listens on 5672, and 5671 for SSL
connections, if you have those configured.

2. what are rate_limit and message_count?
>
 rate_limit is the number of messages per second the example will try to
send. The message_count is the number of messages the program will send
before terminating.

-Alan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140107/22ddc0da/attachment.html>


More information about the rabbitmq-discuss mailing list