<div dir="ltr"><span style="color:rgb(68,68,68);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-size:13px;line-height:17.280000686645508px;background-color:rgb(250,250,250)">I want connection between consumer and producer to be open. My requirement is to send messages to producer, so my assumption is that if connection between them is open forever then I can send messages through that open connection :)</span><br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Apr 10, 2014 at 5:51 PM, Tim Watson <span dir="ltr"><<a href="mailto:tim@rabbitmq.com" target="_blank">tim@rabbitmq.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 10 Apr 2014, at 12:57, Ravi Pandey wrote:<br>
<br>
> I am using php-amqplib<br>
><br>
<br>
That's perhaps why we see this "disconnecting" business then, since PHP doesn't support long-lived connections. Not sure what you can do about that, given the way PHP works. Perhaps someone with more PHP expertise can comment?<br>

<br>
As Michael points out though, it's really not an issue when working with request/reply queues, since the connection does not have to be long-lived in order for this to work.<br>
<br>
Cheers,<br>
Tim<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<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>
</div></div></blockquote></div><br></div>