MassTransit / Sample-Courier

A sample showing how to use Courier and Automatonymous to track routing slip execution
24 stars 18 forks source link

HELP: The AMQP operation was interrupted #4

Open heavenwing opened 6 years ago

heavenwing commented 6 years ago

When I run client, I got this error: One or more errors occurred. ---> MassTransit.RabbitMqTransport.RabbitMqConnectionException: Operation interrupted: guest@localhost:5672/ ---> RabbitMQ.Client.Exceptions.OperationInterruptedException: The AMQP operation was interrupted: AMQP close-reason, initiated by Peer, code=406, text="PRECONDITION_FAILED - inequivalent arg 'auto_delete' for exchange 'bus-ZYG-X1-Client-7g1oyynmb4ndirppbdkzcfrbg7' in vhost '/': received 'false' but current is 'true'", classId=40, methodId=10, cause= I tried to set queue to auto_delete=true, but it's not working.

phatboyg commented 6 years ago

May want to delete the queues/exchanges from RabbitMQ's virtual host and start it up again. It seems things are not configured properly on the broker.

ptoonen commented 6 years ago

This was indeed an issue I also ran into. Fault was introduced in PR #3 where a rewrite took place.