rabbitmq / rabbitmq-federation

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

fix exchange link child-spec release handling module #78

Closed Ayanda-D closed 6 years ago

Ayanda-D commented 6 years ago

Proposed Changes

The rabbit_federation_exchange_link process is currently using the wrong release handling module. In fact, its using a completely non-existent rabbit_federation_link module.

In case of an OTP release upgrade, changes in this link process will not be loaded appropriately in the ERTS code server (& will actually fail due to a non-existent rabbit_federation_link).

This change corrects this, specifies the rabbit_federation_exchange_link callback module for release handling.

Types of Changes

Checklist

pivotal-issuemaster commented 6 years ago

@Ayanda-D Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

pivotal-issuemaster commented 6 years ago

@Ayanda-D Thank you for signing the Contributor License Agreement!

lukebakken commented 6 years ago

Thanks!