[rabbitmq-discuss] Continuous connection between consumer and producer

Tim Watson tim at rabbitmq.com
Thu Apr 10 13:21:01 BST 2014


On 10 Apr 2014, at 12:57, Ravi Pandey wrote:

> I am using php-amqplib
> 

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?

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. 

Cheers,
Tim


More information about the rabbitmq-discuss mailing list