rabbitmq-c
rabbitmq-c copied to clipboard
API/ABI changes review for RabbitMQ C
The review of API/ABI changes for the RabbitMQ C library since 0.3.0 version: https://abi-laboratory.pro/tracker/timeline/rabbitmq-c/
The report is updated three times a week. Hope it will be helpful for users and maintainers of the library.
Thank you.
Changes since v0.5.2 (a.k.a., v0.6.0)
-
9626dd5
Lib: ABI CHANGE: enable support for auto_delete, internal flags to amqp_exchange_declare what does these 2 arguments added mean ?
auto_delete
instructs the broker to delete the exchange after the last remaining queue is unbound.
internal
marks the exchange as only being able to be bound to other exchanges.
See: https://www.rabbitmq.com/amqp-0-9-1-reference.html#exchange.declare