Hi,<br><br>We managed to run Consumer and Producer process,<br>Steps are:<br>Create the rabbitmq user using rabbitmqctl arr_user<br>set the permission for the user using set permission rabbitmqctl set_permission<br><br>download the c library from web<br>compile the source separatly for Cosumer and Producer<br>&nbsp;once the Binary are ready, run the process using the below command<br><br>./Consumer 127.0.0.1 5672<br><br>./Producer 127.0.0.1 5672 10 10<br><br>this will send 10 messages to mentioned queues<br><br>make sure that, you have created queue using amqp-declare_queue and created vhost using rabbitmqctl add_vohosts<br><br>Thanks<br><br><br>On Tuesday, September 25, 2012 12:04:43 PM UTC+5:30, gaurhari dass wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><br></blockquote>