<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>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.</div><div><br></div><div>Cheers,</div><div>Tim </div><br><div><div>On 10 Apr 2014, at 12:06, Ravi Pandey wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">Hi</span><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">I have a question - How to keep continuous connection between consumer and producer?</div>
<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">I mean when producer sends messages - consumer process it and send back with callback queue if I used rpc procedure and connection will closed.</div>
<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Now I want connection between consumer and producer should be open. How to achieve this?</div><div style="font-family:arial,sans-serif;font-size:13px">
<br></div><div style="font-family:arial,sans-serif;font-size:13px">Thanks</div></div>
_______________________________________________<br>rabbitmq-discuss mailing list<br><a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss<br></blockquote></div><br></body></html>