rabbitmq / rabbitmq-amqp1.0

AMQP 1.0 support for RabbitMQ
https://www.rabbitmq.com/
Other
93 stars 20 forks source link

Queues are created with auto-delete set to true #22

Closed dumbbell closed 8 years ago

dumbbell commented 8 years ago

Since rabbitmq/rabbitmq-erlang-client#16, durable is no longer forced to true.

Now, AMQP 1.0 queues are created with the Erlang AMQP client's default: auto-delete and exclusive are set to true. This explains the regressions seen in CI.