<div dir="ltr">Sorry I must've glossed over your message earlier...<div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Feb 3, 2014 at 1:47 AM, Lothe Shashank <span dir="ltr"><<a href="mailto:Shashank.Lothe@techmahindra.com" target="_blank">Shashank.Lothe@techmahindra.com</a>></span> wrote:<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"><div style="font-size:16px;font-family:Times New Roman"><div><div class="h5"><div><div style="direction:ltr;font-size:10pt;font-family:Tahoma">
<br>
1. I created a listener and a queue is created at the broker. I changed my system IP address and restarted network manager. I could ping to the broker with this new IP address. However the queue created at the broker still shows the old IP address and any message
 published on this queue after IP change is not received by the client. The amqp_simple_wait_frame_noblock() API does not give any error event for IP address change; it was giving AMQP_STATUS_TIMEOUT. Is there a way capture this run time IP address change at
 the listener?<br></div></div></div></div></div></div></div></blockquote><div>�</div><div>What do you mean by 'listener'? Do you mean you change the IP address of the machine running the broker, or the machine running the client?�</div>
<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"><div style="font-size:16px;font-family:Times New Roman">
<div><div class="h5"><div><div style="direction:ltr;font-size:10pt;font-family:Tahoma">
<br>
2. I created two listener threads having separate connection. I turned off my network router. One listener was able to get AMQP_STATUS_SSL_ERROR/AMQP_STATUS_SSL_CONNECTION_FAILED error while the other listener was still giving AMQP_STATUS_TIMEOUT. I was expecting
 AMQP_STATUS_SSL_ERROR/AMQP_STATUS_SSL_CONNECTION_FAILED error at both the listener. What could be the reason for this behaviour?<br></div></div></div></div></div></div></div></blockquote><div><br></div><div>AMQP_STATUS_TIMEOUT only means the timeout that was specified to amqp_simple_wait_frame_noblock() was reached before data was available on the socket, or an error occurred. �Most likely the operating system hasn't detected that the socket has been closed.</div>
<div><br></div><div>-Alan</div></div></div></div>