<DIV>1. Every 5 seconds to do a statistics.</DIV>
<DIV>2. One publisher publish mssage to a direct type exchange,  One consumer subscribe all message in one queue.</DIV>
<DIV>3. Use rabbitmq-c client lib.</DIV>
<DIV>4. count: message count every 5 second</DIV>
<DIV>    avg: average delay in millisecond</DIV>
<DIV>    min: min delay in millisecond</DIV>
<DIV>    max: max delay in millisecond</DIV>
<DIV> </DIV>
<DIV>1.csv: publish message 10000/s, every 100 microsecond to publish 1 message.</DIV>
<DIV>
<DIV>2.csv: publish message no rate limit, use a for loop to do it.</DIV>
<DIV> </DIV>
<DIV>The 1.csv delay is only 1 millisecond, but the 2.csv is need 50 millisecond!!</DIV>
<DIV>Is any possible to reduce message delay?</DIV>
<DIV> </DIV></DIV>