Hi,<br><br>We&#39;re just starting out with RabbitMQ and have a very simple setup: one queue, one producer doing a basicPublish and one consumer doing a basicConsume using QueueingConsumer.<br><br>For the most part it works fine however at fairly regular intervals we are finding that messages remain on the queue for a considerable period before being delivered to the consumer.<br>
<br>We are putting a very low volume of messages through and have sometimes had to wait up to 15 minutes for a single message to be delivered (at the time this was the only message in the system).<br><br>In all cases the messages are eventually delivered.<br>
<br>I dont know where to start debugging this as there is nothing in the RabbitMQ logs thats suggests something is going wrong - could anyone point me in the right direction as to what may be causing this?<br><br>Many Thanks,<br>
Michael<br><br><br><br>