<div dir="ltr">80% packet loss? Are you able to run any TCP-based protocols over that with success? Thats an incredibly high packet loss situation. Things like HTTP don't work well at 40% packet-loss, I can't imagine much of anything would work at that level.<div>
<br></div><div>In rabbitmq-c once you create the socket it is owned by the amqp_connection_state_t. You can close the socket by doing an amqp_connection_close().</div><div><br></div><div>-Alan</div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Thu, Feb 27, 2014 at 5:52 AM, Rohit Patle <span dir="ltr"><<a href="mailto:Rohit.Patle@techmahindra.com" target="_blank">Rohit.Patle@techmahindra.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div>
<div style="direction:ltr;font-size:10pt;font-family:Tahoma">Hi Jerry,<br>
<br>
Thank you for your reply. <br>
<br>
The network I am testing is with very high latency (around 80% packet loss). In this condition we observed that API's like amqp_login, amqp_channel_open, and amqp_queue_create is hanging indefinitely.<br>
<br>
We have also observed that there is no amqp_socket_close API in rabbitmq-c 0.4.1. How can I close the socket which was opened previously using amqp_socket_open API? Whether amqp_destroy_connection closes the socket opened earlier?<br>

<br>
Please suggest.<br>
<br>
Regards,<br>
Rohit <br>
</div>
<br>
<hr>
<font face="Arial" color="Navy"><br>
DISCLAIMER:<br>
This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or
 all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated.<br>
</font>
</div>

<br>_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
<br></blockquote></div><br></div>