[rabbitmq-discuss] SharedQueue closed error

Michael Klishin mklishin at gopivotal.com
Thu Apr 3 16:01:47 BST 2014


On 3 April 2014 at 18:21:29, anate (ambatinr at hotmail.com) wrote:
> > {amqp_error,precondition_failed,
> "parameters for queue 'hello-queue' in vhost '/' not
> equivalent",
> 'queue.declare'}
>  
> channel 1 - soft error:
> {amqp_error,precondition_failed,"unknown delivery tag  
> 1",'basic.ack'}:
> connection_closed_abruptly

This is exactly the error I mentioned earlier in this thread.

Use manual acknowledgements and set a basic.qos limit (say, 25-50 messages)
on the channel you use.

basic.qos and requeueing are covered in Tutorial 2:
http://www.rabbitmq.com/tutorials/tutorial-two-dotnet.html 
--  
MK  

Software Engineer, Pivotal/RabbitMQ


More information about the rabbitmq-discuss mailing list