[rabbitmq-discuss] Continuous connection between consumer and producer

Ravi Pandey ravindrapandey1982 at gmail.com
Thu Apr 10 12:57:37 BST 2014


I am using php-amqplib


On Thu, Apr 10, 2014 at 5:07 PM, Tim Watson <tim at rabbitmq.com> wrote:

> Producers and consumers are typically decoupled in messaging systems, but
> the presence of an intermediary (i.e., the broker). What client
> library/language are you using? The connections between the producer/broker
> and consumer/broker will be as long-lived as the code that sets them up and
> closes them.
>
> Cheers,
> Tim
>
> On 10 Apr 2014, at 12:06, Ravi Pandey wrote:
>
> Hi
>
> I have a question - How to keep continuous connection between consumer and
> producer?
>
> I mean when producer sends messages - consumer process it and send back
> with callback queue if I used rpc procedure and connection will closed.
>
> Now I want connection between consumer and producer should be open. How to
> achieve this?
>
> Thanks
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
>
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140410/42d7b8c4/attachment.html>


More information about the rabbitmq-discuss mailing list