<div dir="ltr"><div class="gmail_extra">Inlined:</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 7, 2014 at 3:51 PM, Roberto Pagliari <span dir="ltr"><<a href="mailto:roberto@canary.is" target="_blank">roberto@canary.is</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I am looking at the example of the RabbitC library�<div><br></div><div><a href="https://github.com/alanxz/rabbitmq-c/blob/master/examples/amqp_producer.c" target="_blank">https://github.com/alanxz/rabbitmq-c/blob/master/examples/amqp_producer.c</a><br>

</div><div><br></div><div>1. which port can normally be used for it?</div></div></blockquote><div>�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.</div>
<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>2. what are rate_limit and message_count?</div></div></blockquote><div>�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.</div>
<div><br></div><div>-Alan</div></div></div></div>