Skip to content
This repository was archived by the owner on Nov 18, 2020. It is now read-only.

Respect caller-provided durability property #16

Merged
merged 1 commit into from
Sep 5, 2015

Conversation

priviterag
Copy link
Contributor

@michaelklishin michaelklishin self-assigned this Aug 25, 2015
@michaelklishin michaelklishin changed the title sets durable=true as default Respect caller-provided durability property Aug 25, 2015
@michaelklishin michaelklishin added this to the n/a milestone Aug 25, 2015
@priviterag priviterag changed the title Respect caller-provided durability property Respect caller-provided durability property [DO NOT MERGE] Aug 25, 2015
@priviterag priviterag changed the title Respect caller-provided durability property [DO NOT MERGE] Respect caller-provided durability property Sep 3, 2015
@priviterag
Copy link
Contributor Author

@michaelklishin this can be merged now

@priviterag priviterag changed the title Respect caller-provided durability property Respect caller-provided durability property [DO NOT MERGE] Sep 3, 2015
@michaelklishin
Copy link
Contributor

@priviterag this is now ready for QA but the title still says DO NOT MERGE. Please be a bit more disciplined about updating issues.

@michaelklishin michaelklishin changed the title Respect caller-provided durability property [DO NOT MERGE] Respect caller-provided durability property Sep 5, 2015
@michaelklishin michaelklishin merged commit 602b5e8 into master Sep 5, 2015
dumbbell added a commit to rabbitmq/rabbitmq-amqp1.0 that referenced this pull request Dec 11, 2015
Since rabbitmq/rabbitmq-erlang-client#16, the `durable` parameter is
honored (instead of being forced to true). So AMQP 1.0 queues are
created as non-durable.

In our Erlang AMQP client, this means the queue is created with
auto-delete and exclusive set to true by default. We must explicitely
set those to false.

The testsuite is expanded to check that AMQP 0-9-1 queues created
out-of-band can be properly used from AMQP 1.0, no matter their
parameters.

Fixes #22.
@dumbbell dumbbell deleted the rabbitmq-stomp-24 branch January 2, 2018 15:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants