Hi,<br><br>I can't find any info on the web about it.<br><br>I currently have different programs that consumes the same queue.<br>One program is registered to the queue with a basic.Consume.<br>The other one is receiving messages with basic.Get. Unfortunately, It doesn't get any messages, basic.Get always returns null, like the queue is empty.<br>If I change it with a basic.Consume, it works fine. I'm using the Java client of RabbitMQ.<br><br>Anyone has any idea with this happens?<br><br>Thx<br>