[rabbitmq-discuss] How to delete any message in a queue
    Michael Klishin 
    mklishin at gopivotal.com
       
    Wed Feb 26 15:12:56 GMT 2014
    
    
  
On 26 Feb 2014, at 18:22, cw storm <cwstorm at gmail.com> wrote:
> If there is a specific message in the queue which causes the client to continue rejecting it, then we want the flexibility to manually and purge that specific message from the queue.
Under any moderately high message rate, this will be absolutely unrealistic operations-wise:
messages move around to quickly to delete them by their position in the queue, so clients will
have to handle such messages anyway.
MK
Software Engineer, Pivotal/RabbitMQ
    
    
More information about the rabbitmq-discuss
mailing list