[rabbitmq-discuss] persistence
    Matthias Radestock 
    matthias at lshift.net
       
    Fri May 16 15:18:00 BST 2008
    
    
  
Lars,
Lars Bachmann wrote:
> Im using the erlang shell to connect to the broker. With 
> "rabbit_amqqueue:stat_all()." i get a list of all queues with the 
> messages of the broker. And the message count for the listed queues is 
> not correct.
When do you perform this check? Straight after your producer has terminated?
Is the Erlang VM idle when you perform the check?
basic.publish is asynchronous; the messages may get buffered in various 
places before eventually hitting the queues.
Matthias.
    
    
More information about the rabbitmq-discuss
mailing list