<div dir="ltr"><div><div><div>First of all, I&#39;m doing my first project with RabbitMQ and I&#39;m very happy with the results so far, so, good jobs guys.<br><br>Right now I&#39;m working on a Windows Service and I need a way to listen on a queue all the time.<br>

<br>Here�s is the scenario:<br><br>Client A puts a message to a Queue (Q1)<br>Client B does the same thing to (Q1)<br><br>Service S listens to Q1 for incoming messages.<br><br><div>Something like this: <br>
<br></div><div>ClientA / ClientB =&gt; Q1� =&gt; { Service } <br></div><div><br></div><div>So
 far I was thinking in the EventingBasicConsumer on the Service side, 
but I&#39;m not sure about the underlying connection. Is there a time out I 
need to be aware of? <br>
A push-based approach would be the ideal thing.<br></div><div>Doing some research, I saw something about the RequestedHeartbeat but No idea to use that. <br><br></div><div>Also,
 I know there is the Shovel plug-in but not sure if it fits in this 
scenario because I still need to face the consume of the Q1 queue, 
that�s the real issue.<br>
<br></div>I&#39;m using C# and the .NET client libraries.<br></div><br></div>Thanks in advance,<br></div>Marcos<br></div>