rabbitmq / rabbitmq-federation

RabbitMQ Federation plugin
https://www.rabbitmq.com/
Other
40 stars 21 forks source link

Be more defensive when operating on proplists #74

Closed michaelklishin closed 6 years ago

michaelklishin commented 6 years ago

Proposed Changes

This makes more functions that can be given a map (from our new JSON parser in 3.7.x) aware of that fact.

https://github.com/rabbitmq/rabbitmq-server/pull/1575 goes together with this PR.

Types of Changes

Checklist

Further Comments

References #67, #70. Closes #73.