<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2014/1/22 3k4b251 <span dir="ltr"><<a href="mailto:314992959@qq.com" target="_blank">314992959@qq.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div id=":929" style="overflow:hidden"> I  try  to   use  amqp_basic_cancel(Q_123,...);   and   then<br>
amqp_basic_consume(Q_123,...);  But  message  in Q_123  still  can't  be<br>
published.<br>
<br>
  finally   I  reconnect   to  the   MQ   Server.  and  use<br>
amqp_basic_consume(Q_123,...);  I  received  every message  in Q_123.   So<br>
the  connection  had  a  problem?</div></blockquote></div><br><div>You need to reconnect and reopen the channel(s) before you can recover</div><div>your consumer.</div>-- <br>MK<br><br><a href="http://github.com/michaelklishin" target="_blank">http://github.com/michaelklishin</a><br>

<a href="http://twitter.com/michaelklishin" target="_blank">http://twitter.com/michaelklishin</a><br>
</div></div>