contributte / rabbitmq

🐰 RabbitMQ (AMQP, STOMP, MQTT) using BunnyPHP for Nette Framework (@nette).
https://contributte.org/packages/contributte/rabbitmq.html
MIT License
24 stars 25 forks source link

Added the option to create add exchanges to ExchangesDataBag #17

Closed 31vi5 closed 6 years ago

paveljanda commented 6 years ago

@31vi5 Please add some tests that would confirm no BC breaks.

31vi5 commented 6 years ago

@paveljanda There's no way this change can be a BC break. It is essentially renamed one method parameter and adding a new method to ExchangeDataBag. The change in AbstractDataBag is not a change actually.