Closed Jafarili closed 5 months ago
Is this a rabbitmq-specific interpretation of this flag?
Section 1.6.2.1 of the AMQP spec which was used to auto-generate the bindings shows this field as reserved.
Thanks for the link. This package only supports the 0.9.1 version of the spec so I would rather we did not manipulate fields that are marked reserved in 0.9.1 as this might make servers reject behave unexpectedly (e.g. close the stream with an error).
fair enough, so I'll close the PR :)
Add autoDelete flag to channel implementation