There was no producer, broker or connection crash while the msg was in transit? 
The msg does not have an expiration time?
Are you certain that no consumer has got the msg already?

You could turn on full logging inside the broker, it will log each msgs being 
received. Might not be suitable for a production system that deals with a 
higher load of msgs.


Torsten Mielke
tors...@fusesource.com
tmie...@blogspot.com


On Sep 20, 2011, at 12:18 PM, Alistair Young wrote:

> Is there anything that might cause a message to go missing? A producer sends 
> a persistent message to a topic but now and then, although no error is 
> returned from the broker, the message just disappears. It's not logged in the 
> data store and it's as if it never reached the broker but that would have 
> produced an error for the producer to catch.
> 
> thanks,
> 
> Alistair
> 
> -- 
> mov eax,1
> mov ebx,0
> int 80h
> 
> 
> 
> 



Reply via email to